Package com.apama.event
-
Interface Summary Interface Description DisconnectableEventConsumer EventConsumer An EventConsumer can connect to the Engine through an EventSupplier and register to receive events.EventSupplier An EventSupplier represents the resources created by the Engine to service a connection to an external sink of events.IEventListener IEventListener specifies the interface that classes must implement to receive events from an EventServiceChannel. -
Class Summary Class Description Event An Event object representing an event instance in flat event string format and/or structured format (as defined by its associatedEventType
).EventListenerAdapter EventListenerAdapter is a class that provides a skeletal implementation of the IEventListener interface to minimize effort required to implement the interface.EventReader Utility class to readEvent
objects from a text stream in event file format (individually, or in batches with optional timestamps if the BATCH keyword is used in the input stream).