Uses of Enum
org.wso2.carbon.inbound.endpoint.protocol.rabbitmq.AcknowledgementMode
Packages that use AcknowledgementMode
-
Uses of AcknowledgementMode in org.wso2.carbon.inbound.endpoint.protocol.rabbitmq
Methods in org.wso2.carbon.inbound.endpoint.protocol.rabbitmq that return AcknowledgementModeModifier and TypeMethodDescriptionRabbitMQInjectHandler.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 AcknowledgementModeReturns 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.