| EPatternFeed |
|
| EPatternFeed.AbstractMatchFrame |
A match frame tracks an in-progress match.
|
| EPatternFeed.PatternBuilder |
Based class for pattern feed builders.
|
| EventPattern |
EventPattern provides the two pieces of information
needed to do pattern matching: 1) the
notification feeds
providing the events used in the match and 2) the pattern
itself.
|
| EventPattern.Builder |
Builder is the only way to create an
EventFeed instance.
|
| EventPattern.FeedInfo |
This class provides the information needed by
EPatternFeed to
build
to 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 |
|