Uses of Enum Class
org.frankframework.pipes.MessageSendingPipe.LinkMethod
-
Uses of MessageSendingPipe.LinkMethod in org.frankframework.pipes
Modifier and TypeMethodDescriptionMessageSendingPipe.getLinkMethod()
Returns the enum constant of this class with the specified name.static MessageSendingPipe.LinkMethod[]
MessageSendingPipe.LinkMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
MessageSendingPipe.setLinkMethod
(MessageSendingPipe.LinkMethod method) For asynchronous communication, the server side may either use the messageID or the correlationID in the correlationID field of the reply message.