Uses of Package
net.sf.eBus.feed.pattern
-
Classes in net.sf.eBus.feed.pattern used by net.sf.eBus.feed.pattern Class Description EPatternFeed eBus pattern feeds sit betweeneBus notification eventsand aneBus client, searching for a client-specifiedevent patternin the notification event stream.EPatternFeed.AbstractMatchFrame A match frame tracks an in-progress match.EventPattern EventPatternprovides the two pieces of information needed to do pattern matching: 1) thenotification feedsproviding the events used in the match and 2) the pattern itself.EventPattern.Builder Builderis the only way to create anEventFeedinstance.EventPattern.FeedInfo This class provides the information needed byEPatternFeedtoopen and subscribeto a notification message feed.EventPattern.PatternType eBus patterns come in two varieties: ordered and unordered.MatchCondition Implement this method to test if the latest event matches the pattern.MatchEvent A match event reports an event pattern match.MatchEvent.Builder