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 | Description |
---|---|
ChannelConfig |
ChannelConfig is a helper class that assists in building a properies 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 | 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.
|
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.