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 SummaryAll Methods Instance Methods Default Methods Modifier and Type Method Description default voidprocess(MethodKafkaListenerEndpoint<?,?> listenerEndpoint)
 
- 
- 
- 
Method Detail- 
processdefault void process(MethodKafkaListenerEndpoint<?,?> listenerEndpoint) 
 
- 
 
-