Uses of Enum Class
org.frankframework.messaging.amqp.AmqpSender.MessageType
Packages that use AmqpSender.MessageType
-
Uses of AmqpSender.MessageType in org.frankframework.messaging.amqp
Subclasses with type arguments of type AmqpSender.MessageType in org.frankframework.messaging.amqpMethods in org.frankframework.messaging.amqp that return AmqpSender.MessageTypeModifier and TypeMethodDescriptionstatic AmqpSender.MessageTypeReturns 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 TypeMethodDescriptionvoidAmqpSender.setMessageType(AmqpSender.MessageType messageType) Set the message type:AmqpSender.MessageType.TEXTto character data to be sent asAmqpValuesection,AmqpSender.MessageType.BINARYfor binary data to be sent as AMQPDatasection, orAmqpSender.MessageType.AUTOto decide automatically based on the wether the inputMessageis binary or not.