- abort() - Method in class com.mule.extensions.amqp.internal.connection.channel.MuleAmqpChannel
-
- abort(int, String) - Method in class com.mule.extensions.amqp.internal.connection.channel.MuleAmqpChannel
-
- AbstractExceptionResolver - Class in com.mule.extensions.amqp.internal
-
Resolves the type of error corresponding to a wire-level AMQP response.
- AbstractExceptionResolver(AmqpError) - Constructor for class com.mule.extensions.amqp.internal.AbstractExceptionResolver
-
- ACCESS_REFUSED - Static variable in class com.mule.extensions.amqp.internal.exception.AmqpCodes
-
Implise that you've been refused access.
- ack(String) - Method in class com.mule.extensions.amqp.internal.connection.channel.AmqpChannelManager
-
Executes the acknowledgement on the latest
AmqpMessage associated to the
Channel identified by the
ackId
- ack(String) - Method in class com.mule.extensions.amqp.internal.operation.AmqpAck
-
Operation that acks a message with the delivery tag
- AckMode - Enum in com.mule.extensions.amqp.api.config
-
Declares the kind of Acknowledgement mode supported.
- addBlockedListener(BlockedListener) - Method in class com.mule.extensions.amqp.internal.connection.AmqpTransactionalConnection
-
- addConfirmListener(ConfirmListener) - Method in class com.mule.extensions.amqp.internal.connection.channel.MuleAmqpChannel
-
- addConfirmListener(ConfirmCallback, ConfirmCallback) - Method in class com.mule.extensions.amqp.internal.connection.channel.MuleAmqpChannel
-
- addConsumer(Channel, String, MessageReceiverConsumer) - Method in class com.mule.extensions.amqp.internal.listener.ConsumerManager
-
- addReturnListener(ReturnListener) - Method in class com.mule.extensions.amqp.internal.connection.channel.MuleAmqpChannel
-
- addReturnListener(ReturnCallback) - Method in class com.mule.extensions.amqp.internal.connection.channel.MuleAmqpChannel
-
- addShutdownListener(ShutdownListener) - Method in class com.mule.extensions.amqp.internal.connection.AmqpTransactionalConnection
-
- addShutdownListener(ShutdownListener) - Method in class com.mule.extensions.amqp.internal.connection.channel.MuleAmqpChannel
-
- ALREADY_EXISTS - Static variable in class com.mule.extensions.amqp.internal.exception.AmqpCodes
-
The client attempted to create an entity which already exists.
- AmqpAck - Class in com.mule.extensions.amqp.internal.operation
-
Operation that allows the user to ack a delivered
AmqpMessage.
- AmqpAck() - Constructor for class com.mule.extensions.amqp.internal.operation.AmqpAck
-
- AmqpAckErrorTypeProvider - Class in com.mule.extensions.amqp.api.exception
-
Errors that can be thrown in the
AmqpAck#ack(AmqpConfig, AmqpTransactionalConnection, String, OperationTransactionalAction) operation operation.
- AmqpAckErrorTypeProvider() - Constructor for class com.mule.extensions.amqp.api.exception.AmqpAckErrorTypeProvider
-
- AmqpAckException - Exception in com.mule.extensions.amqp.api.exception
-
ModuleException to be thrown in the cases where there is an error in an ack operation.
- AmqpAckException(String) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpAckException
-
Creates a new instance with the specified detail message
- AmqpAckException(String, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpAckException
-
Creates a new instance with the specified detail message
- AmqpAckException(String, AmqpError) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpAckException
-
Creates a new instance with the specified detail message
- AmqpAckException(String, AmqpError, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpAckException
-
Creates a new instance with the specified detail message
- AmqpAckMode - Interface in com.mule.extensions.amqp.internal.config
-
Interface for common definition of methods in different sort of ACK mode.
- AmqpAddress - Class in com.mule.extensions.amqp.api.config
-
Parameteres in an AMQP address
- AmqpAddress() - Constructor for class com.mule.extensions.amqp.api.config.AmqpAddress
-
- AmqpAttributes - Class in com.mule.extensions.amqp.api.message
-
Contains all the metadata of a AMQP Message, it carries information such as the envelope, the Properties and the required ID
for performing an ACK on the Message.
- AmqpAttributes() - Constructor for class com.mule.extensions.amqp.api.message.AmqpAttributes
-
- AmqpAttributes.Builder - Class in com.mule.extensions.amqp.api.message
-
- AmqpBlockedBrokerException - Exception in com.mule.extensions.amqp.api.exception
-
Exception that results from an error due to the fact that the broker
is running out of resources and a notification was sent.
- AmqpBlockedBrokerException(String) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpBlockedBrokerException
-
- AmqpChannelManager - Class in com.mule.extensions.amqp.internal.connection.channel
-
Manager that takes the responsibility of register the channel information to be able to execute a manual acknowledgement or a
recover over a Channel.
- AmqpChannelManager() - Constructor for class com.mule.extensions.amqp.internal.connection.channel.AmqpChannelManager
-
- AmqpCodes - Class in com.mule.extensions.amqp.internal.exception
-
Codes for the wire level AMQP protocol
- AmqpCodes() - Constructor for class com.mule.extensions.amqp.internal.exception.AmqpCodes
-
- AmqpCommons - Class in com.mule.extensions.amqp.internal.common
-
Utility class to reuse logic for AMQP Extension
- AmqpCommons() - Constructor for class com.mule.extensions.amqp.internal.common.AmqpCommons
-
- AmqpConfig - Class in com.mule.extensions.amqp.internal.config
-
Base configuration for AmqpConnector
- AmqpConfig() - Constructor for class com.mule.extensions.amqp.internal.config.AmqpConfig
-
- AmqpConnection - Class in com.mule.extensions.amqp.internal.connection
-
A Connection for the AmqpConnection
- AmqpConnection(Connection) - Constructor for class com.mule.extensions.amqp.internal.connection.AmqpConnection
-
- AmqpConnector - Class in com.mule.extensions.amqp.internal
-
AmqpConnector is a AMQP 0.9.1 compliant MuleSoft Extension, used to consume and produce AMQP Messages.
- AmqpConnector() - Constructor for class com.mule.extensions.amqp.internal.AmqpConnector
-
- AmqpConsume - Class in com.mule.extensions.amqp.internal.operation
-
Operation that allows the user to consume a single
AmqpMessage from a given queue.
- AmqpConsume() - Constructor for class com.mule.extensions.amqp.internal.operation.AmqpConsume
-
- AmqpConsumeException - Exception in com.mule.extensions.amqp.api.exception
-
ModuleException to be thrown in the cases where there is an error in consume operation.
- AmqpConsumeException(String) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpConsumeException
-
Creates a new instance with the specified detail message
- AmqpConsumeException(String, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpConsumeException
-
Creates a new instance with the specified detail message
- AmqpConsumeException(String, AmqpError) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpConsumeException
-
Creates a new instance with the specified detail message
- AmqpConsumeException(String, AmqpError, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpConsumeException
-
Creates a new instance with the specified detail message
- AmqpConsumerConfig - Class in com.mule.extensions.amqp.api.config
-
Configuration parameters for consuming messages from a AMQP queues.
- AmqpConsumerConfig() - Constructor for class com.mule.extensions.amqp.api.config.AmqpConsumerConfig
-
- AmqpConsumerErrorTypeProvider - Class in com.mule.extensions.amqp.api.exception
-
Errors that can be thrown in the
AmqpConsume#consume(AmqpConfig, AmqpTransactionalConnection, boolean, boolean, AckMode, Long, TimeUnit, QueueDefinition, OperationTransactionalAction)
operation operation.
- AmqpConsumerErrorTypeProvider() - Constructor for class com.mule.extensions.amqp.api.exception.AmqpConsumerErrorTypeProvider
-
- AmqpConsumeTimeoutException - Exception in com.mule.extensions.amqp.api.exception
-
ModuleException that represents an error when consuming a AMQP Message but a timeout is reached before the AMQP Message
arrives
- AmqpConsumeTimeoutException(String) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpConsumeTimeoutException
-
Creates a new instance with the specified detail message
- AmqpConsumeTimeoutException(String, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpConsumeTimeoutException
-
Creates a new instance with the specified detail message
- AmqpConsumeTimeoutException(String, AmqpError) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpConsumeTimeoutException
-
Creates a new instance with the specified detail message
- AmqpConsumeTimeoutException(String, AmqpError, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpConsumeTimeoutException
-
Creates a new instance with the specified detail message
- AmqpCreationNotAllowedException - Exception in com.mule.extensions.amqp.api.exception
-
ModuleException that represents an error when the creation of exchanges and queues is disabled and the queue or
exchange was not found
- AmqpCreationNotAllowedException(String) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpCreationNotAllowedException
-
Creates a new instance with the specified detail message
- AmqpCreationNotAllowedException(String, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpCreationNotAllowedException
-
Creates a new instance with the specified detail message
- AmqpCreationNotAllowedException(String, AmqpError) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpCreationNotAllowedException
-
Creates a new instance with the specified detail message
- AmqpCreationNotAllowedException(String, AmqpError, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpCreationNotAllowedException
-
Creates a new instance with the specified detail message
- AmqpDeclarationException - Exception in com.mule.extensions.amqp.internal.entity
-
Exception that results from an error in the declaration process
- AmqpDeclarationException(String, Exception) - Constructor for exception com.mule.extensions.amqp.internal.entity.AmqpDeclarationException
-
- AmqpDeclarer - Interface in com.mule.extensions.amqp.internal.entity
-
AMQP Entity declarer.
- AmqpDeliveryTagNotFoundException - Exception in com.mule.extensions.amqp.api.exception
-
ModuleException that represents an error when acknowledging a message
- AmqpDeliveryTagNotFoundException(String) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpDeliveryTagNotFoundException
-
Creates a new instance with the specified detail message
- AmqpDeliveryTagNotFoundException(String, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpDeliveryTagNotFoundException
-
Creates a new instance with the specified detail message
- AmqpDeliveryTagNotFoundException(String, AmqpError) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpDeliveryTagNotFoundException
-
Creates a new instance with the specified detail message
- AmqpDeliveryTagNotFoundException(String, AmqpError, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpDeliveryTagNotFoundException
-
Creates a new instance with the specified detail message
- AmqpError - Enum in com.mule.extensions.amqp.api.exception
-
Errors for the AMQP extension
- AmqpExceptionHandler - Class in com.mule.extensions.amqp.api.exception
-
ExceptionHandler for the AMQP extension.
- AmqpExceptionHandler() - Constructor for class com.mule.extensions.amqp.api.exception.AmqpExceptionHandler
-
- AmqpExchangeDeclarer - Class in com.mule.extensions.amqp.internal.entity
-
AMQP Exchange declarer.
- AmqpExchangeDeclarer(Channel, ExchangeDefinition, String) - Constructor for class com.mule.extensions.amqp.internal.entity.AmqpExchangeDeclarer
-
- AmqpExchangeNotFoundException - Exception in com.mule.extensions.amqp.api.exception
-
ModuleException to be thrown in cases where an AMQP exchange is not found.
- AmqpExchangeNotFoundException(String) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpExchangeNotFoundException
-
Creates a new instance with the specified detail message
- AmqpExtensionException - Exception in com.mule.extensions.amqp.api.exception
-
Custom generic exception for AmqpConnector thrown errors
- AmqpExtensionException(String) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpExtensionException
- AmqpExtensionException(String, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpExtensionException
- AmqpExtensionException(String, AmqpError) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpExtensionException
-
Creates a new instance with the specified detail message
- AmqpExtensionException(String, AmqpError, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpExtensionException
-
Creates a new instance with the specified detail message
- AmqpIllegalBodyException - Exception in com.mule.extensions.amqp.api.exception
-
ModuleException to be thrown in the cases in which a message body invalid or cannot be converted to a supported type
- AmqpIllegalBodyException(String) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpIllegalBodyException
-
Creates a new instance with the specified detail message
- AmqpIllegalBodyException(String, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpIllegalBodyException
-
Creates a new instance with the specified detail message
- AmqpListener - Class in com.mule.extensions.amqp.internal.listener
-
AMQP Listener for AMQP.Queues, allows to listen for incoming messages.
- AmqpListener() - Constructor for class com.mule.extensions.amqp.internal.listener.AmqpListener
-
- AmqpListenerLock - Interface in com.mule.extensions.amqp.internal.source
-
Custom lock implementation to be used in AmqpListener to give the capability to the message listener work synchronously
consuming and processing messages through the entire flow.
- AmqpMessage - Class in com.mule.extensions.amqp.internal.message
-
Amqp Message consumed from an AMQP queue.
- AmqpMessage(String, Envelope, Properties, Map<String, Object>, byte[]) - Constructor for class com.mule.extensions.amqp.internal.message.AmqpMessage
-
- AmqpMessageBuilder - Class in com.mule.extensions.amqp.api.message
-
Enables the creation of an outgoing
Message.
- AmqpMessageBuilder() - Constructor for class com.mule.extensions.amqp.api.message.AmqpMessageBuilder
-
- AmqpMessageConsumer - Interface in com.mule.extensions.amqp.internal.consumer
-
Interface for consuming message from an AMQP queue.
- AmqpMessagePublisher - Interface in com.mule.extensions.amqp.internal.publisher
-
Interface to publish a message
- AmqpMessageUtils - Class in com.mule.extensions.amqp.internal.message
-
AmqpMessageUtils contains helper method for dealing with AMQP messages in Mule.
- AmqpMessageUtils() - Constructor for class com.mule.extensions.amqp.internal.message.AmqpMessageUtils
-
- AmqpOutputResolver - Class in com.mule.extensions.amqp.internal.metadata
-
An OutputTypeResolver for AMQP operations
- AmqpOutputResolver() - Constructor for class com.mule.extensions.amqp.internal.metadata.AmqpOutputResolver
-
- AmqpProperties - Class in com.mule.extensions.amqp.api.message
-
Amqp properties of the message
- AmqpProperties() - Constructor for class com.mule.extensions.amqp.api.message.AmqpProperties
-
- AmqpProperties(String, String, Integer, String, String, Integer, String, String, String, String) - Constructor for class com.mule.extensions.amqp.api.message.AmqpProperties
-
- AmqpProperties(String, String, Integer, String, String, Integer, String, String, String, String, Date, String) - Constructor for class com.mule.extensions.amqp.api.message.AmqpProperties
-
- AmqpPublish - Class in com.mule.extensions.amqp.internal.operation
-
Operation that allows the user to publish a single
AmqpMessage to a given exchange
- AmqpPublish() - Constructor for class com.mule.extensions.amqp.internal.operation.AmqpPublish
-
- AmqpPublishConsume - Class in com.mule.extensions.amqp.internal.operation
-
Operation that allows the user to publish and consume a single
AmqpMessage to a given exchange
- AmqpPublishConsume() - Constructor for class com.mule.extensions.amqp.internal.operation.AmqpPublishConsume
-
- AmqpPublishConsumeErrorTypeProvider - Class in com.mule.extensions.amqp.api.exception
-
Errors that can be thrown in the
AmqpPublishConsume#publishConsume(AmqpConfig, AmqpTransactionalConnection, String, ExchangeDefinition, String, Long, Long, TimeUnit, AmqpMessageBuilder)
operation operation.
- AmqpPublishConsumeErrorTypeProvider() - Constructor for class com.mule.extensions.amqp.api.exception.AmqpPublishConsumeErrorTypeProvider
-
- AmqpPublishConsumeException - Exception in com.mule.extensions.amqp.api.exception
-
ModuleException to be thrown in the cases where there is an error in publish/consume operation.
- AmqpPublishConsumeException(String) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpPublishConsumeException
-
Creates a new instance with the specified detail message
- AmqpPublishConsumeException(String, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpPublishConsumeException
-
Creates a new instance with the specified detail message
- AmqpPublishConsumeException(String, AmqpError) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpPublishConsumeException
-
Creates a new instance with the specified detail message
- AmqpPublishConsumeException(String, AmqpError, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpPublishConsumeException
-
Creates a new instance with the specified detail message
- AmqpPublisherCommons - Class in com.mule.extensions.amqp.internal.publisher
-
Utility class to reuse logic for AMQP message publishing
- AmqpPublisherCommons() - Constructor for class com.mule.extensions.amqp.internal.publisher.AmqpPublisherCommons
-
- AmqpPublisherConfig - Class in com.mule.extensions.amqp.api.config
-
Configuration parameters for sending messages to exchange.
- AmqpPublisherConfig() - Constructor for class com.mule.extensions.amqp.api.config.AmqpPublisherConfig
-
- AmqpPublishErrorTypeProvider - Class in com.mule.extensions.amqp.api.exception
-
Errors that can be thrown in the AmqpPublish#consume(AmqpConfig, AmqpTransactionalConnection, String,
ExchangeDefinition, List) operation operation.
- AmqpPublishErrorTypeProvider() - Constructor for class com.mule.extensions.amqp.api.exception.AmqpPublishErrorTypeProvider
-
- AmqpPublishException - Exception in com.mule.extensions.amqp.api.exception
-
ModuleException to be thrown in the cases where there is an error in a publish operation.
- AmqpPublishException(String) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpPublishException
-
Creates a new instance with the specified detail message
- AmqpPublishException(String, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpPublishException
-
Creates a new instance with the specified detail message
- AmqpPublishException(String, AmqpError) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpPublishException
-
Creates a new instance with the specified detail message
- AmqpPublishException(String, AmqpError, Exception) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpPublishException
-
Creates a new instance with the specified detail message
- AmqpPublishParameters - Class in com.mule.extensions.amqp.internal.publish
-
Contains the parameters that can override the default values for publishing a
AmqpMessage
- AmqpPublishParameters() - Constructor for class com.mule.extensions.amqp.internal.publish.AmqpPublishParameters
-
- AmqpQueueDeclarer - Class in com.mule.extensions.amqp.internal.entity
-
AMQP Queue declarer.
- AmqpQueueDeclarer(Channel, QueueDefinition, String) - Constructor for class com.mule.extensions.amqp.internal.entity.AmqpQueueDeclarer
-
- AmqpQueueNotFoundException - Exception in com.mule.extensions.amqp.api.exception
-
ModuleException to be thrown in cases where an AMQP queue is not found.
- AmqpQueueNotFoundException(String) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpQueueNotFoundException
-
Creates a new instance with the specified detail message
- AmqpReject - Class in com.mule.extensions.amqp.internal.operation
-
Operation that allows the user to reject a delivered
AmqpMessage.
- AmqpReject() - Constructor for class com.mule.extensions.amqp.internal.operation.AmqpReject
-
- AmqpRejectErrorTypeProvider - Class in com.mule.extensions.amqp.api.exception
-
Errors that can be thrown in the
AmqqReject#reject(AmqpConfig, AmqpTransactionalConnection, String, OperationTransactionalAction) operation operation.
- AmqpRejectErrorTypeProvider() - Constructor for class com.mule.extensions.amqp.api.exception.AmqpRejectErrorTypeProvider
-
- AmqpResponseMessageBuilder - Class in com.mule.extensions.amqp.internal.source
-
Enables the creation of an outgoing
AmqpMessage along with the response configuration.
- AmqpResponseMessageBuilder() - Constructor for class com.mule.extensions.amqp.internal.source.AmqpResponseMessageBuilder
-
- AmqpResultFactory - Class in com.mule.extensions.amqp.internal.message
-
Factory class for creating an Operation Result based on a AMQP Message
- AmqpResultFactory() - Constructor for class com.mule.extensions.amqp.internal.message.AmqpResultFactory
-
- AmqpTransactionalConnection - Class in com.mule.extensions.amqp.internal.connection
-
- AmqpTransactionalConnection(Connection) - Constructor for class com.mule.extensions.amqp.internal.connection.AmqpTransactionalConnection
-
- AmqpUnroutableMessageException - Exception in com.mule.extensions.amqp.api.exception
-
ModuleException to be thrown in cases where when the message could not be immediately delivered or because there are no
queues bound to the exchange depending on the exchange configuration in the broker.
- AmqpUnroutableMessageException(String) - Constructor for exception com.mule.extensions.amqp.api.exception.AmqpUnroutableMessageException
-
Creates a new instance with the specified detail message
- applyRecoverStrategy(SourceCallbackContext, Channel, Long) - Method in class com.mule.extensions.amqp.internal.listener.AmqpListener
-
- asyncCompletableRpc(Method) - Method in class com.mule.extensions.amqp.internal.connection.channel.MuleAmqpChannel
-
- asyncRpc(Method) - Method in class com.mule.extensions.amqp.internal.connection.channel.MuleAmqpChannel
-
- awaitConfirm(Channel, Long, long, TimeUnit) - Method in interface com.mule.extensions.amqp.internal.publisher.ConfirmsManager
-
- awaitConfirm(Channel, Long, long, TimeUnit) - Method in class com.mule.extensions.amqp.internal.publisher.DefaultConfirmsManager
-
- awaitConfirmation(long, TimeUnit) - Method in class com.mule.extensions.amqp.internal.publisher.ConfirmHandler
-
- validate(AmqpTransactionalConnection) - Method in class com.mule.extensions.amqp.internal.connection.provider.GenericConnectionProvider
-
- valueOf(String) - Static method in enum com.mule.extensions.amqp.api.config.AckMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mule.extensions.amqp.api.config.ConsumerAckMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mule.extensions.amqp.api.config.DeliveryMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mule.extensions.amqp.api.exception.AmqpError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mule.extensions.amqp.api.listener.RecoverStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mule.extensions.amqp.api.model.ExchangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mule.extensions.amqp.api.model.RemovalStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mule.extensions.amqp.internal.config.InternalAckMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mule.extensions.amqp.internal.connection.channel.TransactionStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.mule.extensions.amqp.api.config.AckMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mule.extensions.amqp.api.config.ConsumerAckMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mule.extensions.amqp.api.config.DeliveryMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mule.extensions.amqp.api.exception.AmqpError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mule.extensions.amqp.api.listener.RecoverStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mule.extensions.amqp.api.model.ExchangeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mule.extensions.amqp.api.model.RemovalStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mule.extensions.amqp.internal.config.InternalAckMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mule.extensions.amqp.internal.connection.channel.TransactionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.