Uses of Class
org.springframework.kafka.config.KafkaListenerEndpointRegistrar
Packages that use KafkaListenerEndpointRegistrar
Package
Description
Package for kafka annotations
Package for retryable topic handling.
-
Uses of KafkaListenerEndpointRegistrar in org.springframework.kafka.annotation
Methods in org.springframework.kafka.annotation that return KafkaListenerEndpointRegistrarModifier and TypeMethodDescriptionKafkaListenerAnnotationBeanPostProcessor.getEndpointRegistrar()Return theKafkaListenerEndpointRegistrar.Methods in org.springframework.kafka.annotation with parameters of type KafkaListenerEndpointRegistrarModifier and TypeMethodDescriptionvoidKafkaListenerConfigurer.configureKafkaListeners(KafkaListenerEndpointRegistrar registrar) Callback allowing aKafkaListenerEndpointRegistryand specificKafkaListenerEndpointinstances to be registered against the givenKafkaListenerEndpointRegistrar. -
Uses of KafkaListenerEndpointRegistrar in org.springframework.kafka.retrytopic
Methods in org.springframework.kafka.retrytopic with parameters of type KafkaListenerEndpointRegistrarModifier and TypeMethodDescriptionvoidRetryTopicConfigurer.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.