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 AddressTypeReturns 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 MessageAmqp1Helper.getMessage(org.apache.qpid.protonj2.client.Connection connection, String address, AddressType addressType) static MessageAmqp1Helper.getMessage(AmqpConnectionFactoryFactory connectionFactory, String connectionName, String address, AddressType addressType) static MessageAmqp1Helper.getStreamingMessage(org.apache.qpid.protonj2.client.Connection connection, String address, AddressType addressType) static MessageAmqp1Helper.getStreamingMessage(AmqpConnectionFactoryFactory connectionFactory, String connectionName, String address, AddressType addressType) static StringAmqp1Helper.sendFFMessage(AmqpConnectionFactoryFactory connectionFactory, String connectionName, String address, AddressType addressType, Message message) voidAmqpListener.setAddressType(AddressType addressType) Set the type of address to which messages are being sent, TOPIC or QUEUE.voidAmqpSender.setAddressType(AddressType addressType) Set the type of address to which messages are being sent, TOPIC or QUEUE.