Uses of Enum Class
org.frankframework.extensions.messaging.MessageProtocol
Packages that use MessageProtocol
Package
Description
-
Uses of MessageProtocol in org.frankframework.extensions.esb
Methods in org.frankframework.extensions.esb with parameters of type MessageProtocolModifier and TypeMethodDescriptionvoid
EsbJmsSender.setMessageProtocol
(MessageProtocol protocol) protocol of ESB service to be called -
Uses of MessageProtocol in org.frankframework.extensions.messaging
Methods in org.frankframework.extensions.messaging that return MessageProtocolModifier and TypeMethodDescriptionstatic MessageProtocol
Returns the enum constant of this class with the specified name.static MessageProtocol[]
MessageProtocol.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MessageProtocol in org.frankframework.messaging.amqp
Methods in org.frankframework.messaging.amqp with parameters of type MessageProtocolModifier and TypeMethodDescriptionvoid
AmqpSender.setMessageProtocol
(MessageProtocol messageProtocol) Send message as Fire-and-Forget, or as Request-Reply