Uses of Interface
com.rabbitmq.jms.client.ReceivingContextConsumer
-
Packages that use ReceivingContextConsumer Package Description com.rabbitmq.jms.admin com.rabbitmq.jms.client -
-
Uses of ReceivingContextConsumer in com.rabbitmq.jms.admin
Methods in com.rabbitmq.jms.admin with parameters of type ReceivingContextConsumer Modifier and Type Method Description voidRMQConnectionFactory. setReceivingContextConsumer(ReceivingContextConsumer receivingContextConsumer)Set callback called before dispatching a received message to application code. -
Uses of ReceivingContextConsumer in com.rabbitmq.jms.client
Fields in com.rabbitmq.jms.client declared as ReceivingContextConsumer Modifier and Type Field Description static ReceivingContextConsumerReceivingContextConsumer. NO_OPMethods in com.rabbitmq.jms.client that return ReceivingContextConsumer Modifier and Type Method Description default ReceivingContextConsumerReceivingContextConsumer. andThen(ReceivingContextConsumer after)Same semantics asConsumer.andThen(Consumer).ReceivingContextConsumerConnectionParams. getReceivingContextConsumer()ReceivingContextConsumerSessionParams. getReceivingContextConsumer()Methods in com.rabbitmq.jms.client with parameters of type ReceivingContextConsumer Modifier and Type Method Description default ReceivingContextConsumerReceivingContextConsumer. andThen(ReceivingContextConsumer after)Same semantics asConsumer.andThen(Consumer).ConnectionParamsConnectionParams. setReceivingContextConsumer(ReceivingContextConsumer receivingContextConsumer)SessionParamsSessionParams. setReceivingContextConsumer(ReceivingContextConsumer receivingContextConsumer)
-