Uses of Interface
com.rabbitmq.client.amqp.Consumer.Context
Packages that use Consumer.Context
-
Uses of Consumer.Context in com.rabbitmq.client.amqp
Subinterfaces of Consumer.Context in com.rabbitmq.client.amqpModifier and TypeInterfaceDescriptionstatic interface
Context to accumulate message contexts and settle them at once.Methods in com.rabbitmq.client.amqp with parameters of type Consumer.ContextModifier and TypeMethodDescriptionvoid
Consumer.BatchContext.add
(Consumer.Context context) Add a message context to the batch context.void
Consumer.MessageHandler.handle
(Consumer.Context context, Message message) Process a message