Uses of Enum Class
org.frankframework.messaging.amqp.AddressType
Packages that use AddressType
-
Uses of AddressType in org.frankframework.messaging.amqp
Subclasses with type arguments of type AddressType in org.frankframework.messaging.amqpMethods 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 @Nullable MessageAmqp1Helper.getMessage(@NonNull org.apache.qpid.protonj2.client.Connection connection, @NonNull String address, @NonNull AddressType addressType) static @Nullable MessageAmqp1Helper.getMessage(@NonNull AmqpConnectionFactoryFactory connectionFactory, @NonNull String connectionName, @NonNull String address, @NonNull AddressType addressType) static @Nullable MessageAmqp1Helper.getStreamingMessage(@NonNull org.apache.qpid.protonj2.client.Connection connection, @NonNull String address, @NonNull AddressType addressType) static @Nullable MessageAmqp1Helper.getStreamingMessage(@NonNull AmqpConnectionFactoryFactory connectionFactory, @NonNull String connectionName, @NonNull String address, @NonNull AddressType addressType) static @Nullable StringAmqp1Helper.sendFFMessage(@NonNull AmqpConnectionFactoryFactory connectionFactory, @NonNull String connectionName, @NonNull String address, @NonNull AddressType addressType, @NonNull 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.