Uses of Enum Class
org.frankframework.messaging.amqp.AmqpSender.MessageType
Packages that use AmqpSender.MessageType
-
Uses of AmqpSender.MessageType in org.frankframework.messaging.amqp
Methods in org.frankframework.messaging.amqp that return AmqpSender.MessageTypeModifier and TypeMethodDescriptionstatic AmqpSender.MessageType
Returns the enum constant of this class with the specified name.static AmqpSender.MessageType[]
AmqpSender.MessageType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.messaging.amqp with parameters of type AmqpSender.MessageTypeModifier and TypeMethodDescriptionvoid
AmqpSender.setMessageType
(AmqpSender.MessageType messageType)