Uses of Interface
net.sf.eBus.client.ECondition
-
Packages that use ECondition Package Description net.sf.eBus.client This package contains the top-level eBus API which applications use to interact with eBus.net.sf.eBus.feed.historic This package contains a specialized feed providing notification feeds which support both historic and live messages.net.sf.eBus.feed.pattern This package contains specialized feeds extending the basic feeds innet.sf.eBus.client
. -
-
Uses of ECondition in net.sf.eBus.client
Fields in net.sf.eBus.client declared as ECondition Modifier and Type Field Description protected ECondition
EMultiSubscribeFeed. mCondition
Use this condition to check if received message should be forwarded to client.static ECondition
EFeed. NO_CONDITION
The default condition always returns true.Methods in net.sf.eBus.client that return ECondition Modifier and Type Method Description ECondition
EReplyFeed.ERequest. condition()
Returns associated request message condition.Methods in net.sf.eBus.client with parameters of type ECondition Modifier and Type Method Description EMultiReplyFeed.Builder
EMultiReplyFeed.Builder. condition(ECondition condition)
Sets advertisement condition to the given value.EMultiSubscribeFeed.Builder
EMultiSubscribeFeed.Builder. condition(ECondition condition)
Sets subscription condition to the given value.EReplyFeed.Builder
EReplyFeed.Builder. condition(ECondition condition)
Sets advertisement condition to the given value.ESubscribeFeed.Builder
ESubscribeFeed.Builder. condition(ECondition condition)
Sets subscription condition to the given value.Constructors in net.sf.eBus.client with parameters of type ECondition Constructor Description NotifyTask(ECondition condition, IESubscribeFeed feed, NotifyCallback cb)
Creates a notify callback task for the given condition, feed, and message callback.NotifyTask(ENotificationMessage message, ECondition condition, IESubscribeFeed feed, NotifyCallback cb)
Creates a notify callback task for the given parameters. -
Uses of ECondition in net.sf.eBus.feed.historic
Methods in net.sf.eBus.feed.historic with parameters of type ECondition Modifier and Type Method Description EHistoricSubscribeFeed.Builder
EHistoricSubscribeFeed.Builder. condition(ECondition condition)
Sets subscription condition to the given value. -
Uses of ECondition in net.sf.eBus.feed.pattern
Methods in net.sf.eBus.feed.pattern that return ECondition Modifier and Type Method Description ECondition
EventPattern.FeedInfo. condition()
Returns the optional subscription feed condition.Methods in net.sf.eBus.feed.pattern with parameters of type ECondition Modifier and Type Method Description EventPattern.Builder
EventPattern.Builder. condition(ECondition condition)
Sets the optional subscription feed condition.Constructors in net.sf.eBus.feed.pattern with parameters of type ECondition Constructor Description FeedInfo(EMessageKey key, EFeed.FeedScope scope, ECondition condition)
Creates subscription feed information for the given notification message key, feed scope, and optional feed condition.
-