public interface IEventListener
IEventListener is an interface that forms part of the service style high-level public interface to the Correlator with a focus on only dealing with Events and consumer channels.
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(Event event)
Callback method that is called when a new Event is received.
|
void |
handleEvents(Event[] events)
Callback method that is called when a new batch of Events is received.
|
void handleEvent(Event event)
event
- The received Event.void handleEvents(Event[] events)
events
- The received array of Events.Submit a bug or feature
Copyright (c) 2013-2016 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.