| Constructor and Description |
|---|
ConsumeOptions() |
| Modifier and Type | Method and Description |
|---|---|
ConsumeOptions |
exceptionHandler(java.util.function.BiConsumer<Receiver.AcknowledgmentContext,Exception> exceptionHandler) |
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) |
public int getQos()
public ConsumeOptions qos(int qos)
public FluxSink.OverflowStrategy getOverflowStrategy()
public ConsumeOptions overflowStrategy(FluxSink.OverflowStrategy overflowStrategy)
public java.util.function.BiFunction<Long,? super com.rabbitmq.client.Delivery,Boolean> getHookBeforeEmitBiFunction()
public ConsumeOptions hookBeforeEmitBiFunction(java.util.function.BiFunction<Long,? super com.rabbitmq.client.Delivery,Boolean> hookBeforeEmit)
public java.util.function.BiFunction<Long,? super com.rabbitmq.client.Delivery,Boolean> getStopConsumingBiFunction()
public ConsumeOptions stopConsumingBiFunction(java.util.function.BiFunction<Long,? super com.rabbitmq.client.Delivery,Boolean> stopConsumingBiFunction)
public ConsumeOptions exceptionHandler(java.util.function.BiConsumer<Receiver.AcknowledgmentContext,Exception> exceptionHandler)
public java.util.function.BiConsumer<Receiver.AcknowledgmentContext,Exception> getExceptionHandler()