| Package | Description |
|---|---|
| com.rabbitmq.jms.admin | |
| com.rabbitmq.jms.client |
| Modifier and Type | Method and Description |
|---|---|
void |
RMQConnectionFactory.setReceivingContextConsumer(ReceivingContextConsumer receivingContextConsumer)
Set callback called before dispatching a received message to application code.
|
| Modifier and Type | Field and Description |
|---|---|
static ReceivingContextConsumer |
ReceivingContextConsumer.NO_OP |
| Modifier and Type | Method and Description |
|---|---|
default ReceivingContextConsumer |
ReceivingContextConsumer.andThen(ReceivingContextConsumer after)
Same semantics as
Consumer.andThen(Consumer). |
ReceivingContextConsumer |
ConnectionParams.getReceivingContextConsumer() |
ReceivingContextConsumer |
SessionParams.getReceivingContextConsumer() |
| Modifier and Type | Method and Description |
|---|---|
default ReceivingContextConsumer |
ReceivingContextConsumer.andThen(ReceivingContextConsumer after)
Same semantics as
Consumer.andThen(Consumer). |
ConnectionParams |
ConnectionParams.setReceivingContextConsumer(ReceivingContextConsumer receivingContextConsumer) |
SessionParams |
SessionParams.setReceivingContextConsumer(ReceivingContextConsumer receivingContextConsumer) |
Copyright © 2023. All rights reserved.