public interface RT_Filter
Modifier and Type | Method and Description |
---|---|
void |
clear() |
java.lang.String |
featureType() |
boolean |
filterOff(RT_Consumer.Subscription clntSub,
RT_Message msg) |
boolean |
isActive() |
void |
onCancel(RT_Consumer.Subscription clntSub) |
boolean |
onMessage(RT_Consumer.Subscription clntSub,
RT_Message msg) |
boolean |
onRequest(RT_Consumer.Subscription clntSub,
RT_Request req) |
boolean |
start() |
boolean |
stop() |
boolean onRequest(RT_Consumer.Subscription clntSub, RT_Request req)
boolean filterOff(RT_Consumer.Subscription clntSub, RT_Message msg)
boolean onMessage(RT_Consumer.Subscription clntSub, RT_Message msg)
void onCancel(RT_Consumer.Subscription clntSub)
void clear()
boolean start()
boolean stop()
boolean isActive()
java.lang.String featureType()