Interface RetryTopicConfigurer.EndpointProcessor
-
- All Superinterfaces:
java.util.function.Consumer<MethodKafkaListenerEndpoint<?,?>>
- Enclosing class:
- RetryTopicConfigurer
public static interface RetryTopicConfigurer.EndpointProcessor extends java.util.function.Consumer<MethodKafkaListenerEndpoint<?,?>>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
process(MethodKafkaListenerEndpoint<?,?> listenerEndpoint)
-
-
-
Method Detail
-
process
default void process(MethodKafkaListenerEndpoint<?,?> listenerEndpoint)
-
-