Uses of Enum Class
org.frankframework.messaging.amqp.AddressType
Packages that use AddressType
-
Uses of AddressType in org.frankframework.messaging.amqp
Methods in org.frankframework.messaging.amqp that return AddressTypeModifier and TypeMethodDescriptionstatic AddressType
Returns the enum constant of this class with the specified name.static AddressType[]
AddressType.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 AddressTypeModifier and TypeMethodDescriptionstatic Message
Amqp1Helper.getMessage
(org.apache.qpid.protonj2.client.Connection connection, String address, AddressType addressType) static Message
Amqp1Helper.getMessage
(AmqpConnectionFactoryFactory connectionFactory, String connectionName, String address, AddressType addressType) static Message
Amqp1Helper.getStreamingMessage
(org.apache.qpid.protonj2.client.Connection connection, String address, AddressType addressType) static Message
Amqp1Helper.getStreamingMessage
(AmqpConnectionFactoryFactory connectionFactory, String connectionName, String address, AddressType addressType) void
AmqpSender.setAddressType
(AddressType addressType) Set the type of address to which messages are being sent, TOPIC or QUEUE.