Package com.apama.services.event
-
Interface Summary Interface Description IEventService IEventService is an interface that represents the public API to the EventService.IEventServiceChannel IEventServiceChannel is the public interface for a class that represents a channel or channels on which events are received from a Correlator.IResponseListener IResponseListener specifies the interface that classes must implement to receive the response part of an asynchronous request-response call.IResponseWrapper IResponseWrapper is an interface that specifies the public API for objects returned by the various request-response methods of the Event Service. -
Class Summary Class Description ChannelConfig ChannelConfig is a helper class that assists in building a properties map for use when creating a new EventServiceChannel via the IEventService.addChannel() method.EventServiceFactory EventServiceFactory is a class that provides a factory for creating new instances of classes that implement the IEventService interface. -
Exception Summary Exception Description CommunicationException CommunicationException is a specialized exception for use with the Event Service that indicates that there is a problem communicating with the Correlator.EventServiceException EventServiceException is a base exception class for all other specialized exceptions within with the Event Service.ResponseTimeoutException ResponseTimeoutException is a specialized exception for use with the Event Service that indicates that a request-response timeout has been exceeded.