Uses of Interface
com.sas.services.events.broker.EventResponseHandlerInterface
Packages that use EventResponseHandlerInterface
Package
Description
Broker events that are triggered by various transport protocols.
Listen for incoming events to process.
-
Uses of EventResponseHandlerInterface in com.sas.services.events.broker
Methods in com.sas.services.events.broker with parameters of type EventResponseHandlerInterfaceModifier and TypeMethodDescriptionvoidActivatableEventBrokerService.sendAsyncEvent(String event, EventResponseHandlerInterface responseHandler) Send an asynchronous event to this EventBrokerService for processing.voidEventBrokerServiceInterface.sendAsyncEvent(String event, EventResponseHandlerInterface responseHandler) Deprecated.Send an asynchronous event to this EventBrokerService for processing.voidEventBrokerServiceProxy.sendAsyncEvent(String event, EventResponseHandlerInterface responseHandler) Send an asynchronous event to this EventBrokerService for processing. -
Uses of EventResponseHandlerInterface in com.sas.services.events.broker.monitor
Constructors in com.sas.services.events.broker.monitor with parameters of type EventResponseHandlerInterfaceModifierConstructorDescriptionRMIResponseAgent(EventResponseHandlerInterface responseHandler) RMIResponseAgent constructor.