All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ConsumeOptions |
channelCallback(java.util.function.Consumer<com.rabbitmq.client.Channel> channelCallback) |
ConsumeOptions |
consumerTag(String consumerTag) |
ConsumeOptions |
exceptionHandler(java.util.function.BiConsumer<Receiver.AcknowledgmentContext,Exception> exceptionHandler) |
java.util.function.Consumer<com.rabbitmq.client.Channel> |
getChannelCallback() |
String |
getConsumerTag() |
java.util.function.BiConsumer<Receiver.AcknowledgmentContext,Exception> |
getExceptionHandler() |
java.util.function.BiFunction<Long,? super com.rabbitmq.client.Delivery,Boolean> |
getHookBeforeEmitBiFunction() |
FluxSink.OverflowStrategy |
getOverflowStrategy() |
int |
getQos() |
java.util.function.BiFunction<Long,? super com.rabbitmq.client.Delivery,Boolean> |
getStopConsumingBiFunction() |
ConsumeOptions |
hookBeforeEmitBiFunction(java.util.function.BiFunction<Long,? super com.rabbitmq.client.Delivery,Boolean> hookBeforeEmit) |
ConsumeOptions |
overflowStrategy(FluxSink.OverflowStrategy overflowStrategy) |
ConsumeOptions |
qos(int qos) |
ConsumeOptions |
stopConsumingBiFunction(java.util.function.BiFunction<Long,? super com.rabbitmq.client.Delivery,Boolean> stopConsumingBiFunction) |