Interface RetryTopicConfigurer.EndpointProcessor
- All Superinterfaces:
Consumer<MethodKafkaListenerEndpoint<?,
?>>
- Enclosing class:
- RetryTopicConfigurer
public static interface RetryTopicConfigurer.EndpointProcessor
extends Consumer<MethodKafkaListenerEndpoint<?,?>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
process
(MethodKafkaListenerEndpoint<?, ?> listenerEndpoint)
-
Method Details
-
process
-