Uses of Interface
com.sas.services.events.broker.MessageInterface
Packages that use MessageInterface
Package
Description
Broker events that are triggered by various transport protocols.
Run process flows and dispatch listener applications.
-
Uses of MessageInterface in com.sas.services.events.broker
Methods in com.sas.services.events.broker that return MessageInterfaceModifier and TypeMethodDescriptionMessageFactory.newMessage()Create a new message with an empty body.MessageFactory.newMessage(MessageInterface message, int flags) Create a new message based on an existing message.MessageFactory.newMessage(Object body) Create a new message with the specified body.Methods in com.sas.services.events.broker with parameters of type MessageInterfaceModifier and TypeMethodDescriptionvoidListenerInterface.handleEvent(MessageInterface message, ResponseHandlerInterface responseHandler) Deprecated.Listeners handle events that are sent from an platform Event Broker service.MessageFactory.newMessage(MessageInterface message, int flags) Create a new message based on an existing message. -
Uses of MessageInterface in com.sas.services.events.broker.flowengine
Methods in com.sas.services.events.broker.flowengine with parameters of type MessageInterfaceModifier and TypeMethodDescriptionvoidProcessNodeHandlerInterface.propagate(String name, MessageInterface output) Process nodes "plug-ins" propagate their output in a process flow by by specifying the name of the output and themessagethey wish to propagate.