Uses of Interface
com.rabbitmq.jms.client.SendingContextConsumer
-
Packages that use SendingContextConsumer Package Description com.rabbitmq.jms.admin com.rabbitmq.jms.client -
-
Uses of SendingContextConsumer in com.rabbitmq.jms.admin
Methods in com.rabbitmq.jms.admin with parameters of type SendingContextConsumer Modifier and Type Method Description voidRMQConnectionFactory. setSendingContextConsumer(SendingContextConsumer sendingContextConsumer)Set callback called before sending a message. -
Uses of SendingContextConsumer in com.rabbitmq.jms.client
Methods in com.rabbitmq.jms.client that return SendingContextConsumer Modifier and Type Method Description default SendingContextConsumerSendingContextConsumer. andThen(SendingContextConsumer after)Same semantics asConsumer.andThen(Consumer).SendingContextConsumerConnectionParams. getSendingContextConsumer()SendingContextConsumerSessionParams. getSendingContextConsumer()Methods in com.rabbitmq.jms.client with parameters of type SendingContextConsumer Modifier and Type Method Description default SendingContextConsumerSendingContextConsumer. andThen(SendingContextConsumer after)Same semantics asConsumer.andThen(Consumer).ConnectionParamsConnectionParams. setSendingContextConsumer(SendingContextConsumer sendingContextConsumer)SessionParamsSessionParams. setSendingContextConsumer(SendingContextConsumer sendingContextConsumer)Constructors in com.rabbitmq.jms.client with parameters of type SendingContextConsumer Constructor Description RMQMessageProducer(RMQSession session, RMQDestination destination, boolean preferProducerMessageProperty, java.util.function.BiFunction<com.rabbitmq.client.AMQP.BasicProperties.Builder,jakarta.jms.Message,com.rabbitmq.client.AMQP.BasicProperties.Builder> amqpPropertiesCustomiser, SendingContextConsumer sendingContextConsumer)
-