Interface ConsumerCustomizer
- All Superinterfaces:
BiConsumer<String,
com.rabbitmq.stream.ConsumerBuilder>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ConsumerCustomizer
extends BiConsumer<String,com.rabbitmq.stream.ConsumerBuilder>
Customizer for
ConsumerBuilder
. The first parameter should be the bean name (or
listener id) of the component that calls this customizer. Refer to the RabbitMQ Stream
Java Client for customization options.- Since:
- 2.4
- Author:
- Gary Russell
-
Method Summary
Methods inherited from interface java.util.function.BiConsumer
accept, andThen