Uses of Interface
com.sas.services.events.broker.flowengine.ResponseHandlerInterface
Packages that use ResponseHandlerInterface
Package
Description
Broker events that are triggered by various transport protocols.
Run process flows and dispatch listener applications.
-
Uses of ResponseHandlerInterface in com.sas.services.events.broker
Methods in com.sas.services.events.broker with parameters of type ResponseHandlerInterfaceModifier and TypeMethodDescriptionvoidListenerInterface.handleEvent(MessageInterface message, ResponseHandlerInterface responseHandler) Deprecated.Listeners handle events that are sent from an platform Event Broker service. -
Uses of ResponseHandlerInterface in com.sas.services.events.broker.flowengine
Subinterfaces of ResponseHandlerInterface in com.sas.services.events.broker.flowengineModifier and TypeInterfaceDescriptioninterfaceInterface to the runtime flowengine for propagating messages from one process node to another.