Uses of Class
org.wso2.carbon.inbound.endpoint.protocol.rabbitmq.AcknowledgementMode
-
Packages that use AcknowledgementMode Package Description org.wso2.carbon.inbound.endpoint.protocol.rabbitmq -
-
Uses of AcknowledgementMode in org.wso2.carbon.inbound.endpoint.protocol.rabbitmq
Methods in org.wso2.carbon.inbound.endpoint.protocol.rabbitmq that return AcknowledgementMode Modifier and Type Method Description AcknowledgementMode
RabbitMQInjectHandler. onMessage(com.rabbitmq.client.AMQP.BasicProperties properties, byte[] body, String inboundName)
Determine the message builder to use, set the message payload to the message context and inject the message.static AcknowledgementMode
AcknowledgementMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AcknowledgementMode[]
AcknowledgementMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-