| Class and Description |
|---|
| EPatternFeed
eBus pattern feeds sit between
eBus notification events and an
eBus client, searching for a
client-specified event pattern in the
notification event stream. |
| EPatternFeed.AbstractMatchFrame
A match frame tracks an in-progress match.
|
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
open and subscribe
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 |
Copyright © 2020. All rights reserved.