public interface EventProcessor
EventProcessor interface is a handle provided by BE runtime to the user destination, in order for the user's destination to to assert events into BE| Modifier and Type | Method and Description |
|---|---|
void |
processEvent(Event event)
The user destination should invoke this method in order to assert an event into BE
|
void processEvent(Event event)
event - The event received by the channel as serialized by the associated
Serializerjava.lang.Exception - thrown exception