Interface | Description |
---|---|
EPContext |
This interface provides services to the EventProcessor
implementations that process the events.
|
ResultHandler |
This interface represents a listener which will be informed
when a result is produced by an Event Processor that is operating
asynchronously.
|
Class | Description |
---|---|
DefaultEPContext |
This class provides services to the EventProcessor
implementations that process the events.
|
EventProcessor |
This interface defines an event processor responsible
for processing events, and where appropriate, forwarding
results to other awaiting event processors.
|
Predicate |
This class represents the predicate applied to an
event being processed.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.