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 EConditionEMultiSubscribeFeed. mConditionUse this condition to check if received message should be forwarded to client.static EConditionEFeed. NO_CONDITIONThe default condition always returns true.Methods in net.sf.eBus.client that return ECondition Modifier and Type Method Description EConditionEReplyFeed.ERequest. condition()Returns associated request message condition.Methods in net.sf.eBus.client with parameters of type ECondition Modifier and Type Method Description EMultiReplyFeed.BuilderEMultiReplyFeed.Builder. condition(ECondition condition)Sets advertisement condition to the given value.EMultiSubscribeFeed.BuilderEMultiSubscribeFeed.Builder. condition(ECondition condition)Sets subscription condition to the given value.EReplyFeed.BuilderEReplyFeed.Builder. condition(ECondition condition)Sets advertisement condition to the given value.ESubscribeFeed.BuilderESubscribeFeed.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.BuilderEHistoricSubscribeFeed.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 EConditionEventPattern.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.BuilderEventPattern.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.
-