Uses of Interface
org.springframework.kafka.retrytopic.RetryTopicConfigurer.EndpointProcessor
-
Uses of RetryTopicConfigurer.EndpointProcessor in org.springframework.kafka.retrytopic
Modifier and TypeMethodDescriptionvoid
RetryTopicConfigurer.processMainAndRetryListeners
(RetryTopicConfigurer.EndpointProcessor endpointProcessor, MethodKafkaListenerEndpoint<?, ?> mainEndpoint, RetryTopicConfiguration configuration, KafkaListenerEndpointRegistrar registrar, KafkaListenerContainerFactory<?> factory, String defaultContainerFactoryBeanName) Entrypoint for creating and configuring the retry and dlt endpoints, as well as the container factory that will create the corresponding listenerContainer.