Uses of Class
org.springframework.kafka.config.MethodKafkaListenerEndpoint
Packages that use MethodKafkaListenerEndpoint
Package
Description
Package for kafka annotations
Package for kafka configuration
Package for retryable topic handling.
-
Uses of MethodKafkaListenerEndpoint in org.springframework.kafka.annotation
Methods in org.springframework.kafka.annotation with parameters of type MethodKafkaListenerEndpointModifier and TypeMethodDescriptionprotected voidKafkaListenerAnnotationBeanPostProcessor.processListener(MethodKafkaListenerEndpoint<?, ?> endpoint, KafkaListener kafkaListener, Object bean, String beanName, String[] topics, TopicPartitionOffset[] tps) -
Uses of MethodKafkaListenerEndpoint in org.springframework.kafka.config
Subclasses of MethodKafkaListenerEndpoint in org.springframework.kafka.configModifier and TypeClassDescriptionclassTheMethodKafkaListenerEndpointextension for several POJO methods based on theKafkaHandler. -
Uses of MethodKafkaListenerEndpoint in org.springframework.kafka.retrytopic
Methods in org.springframework.kafka.retrytopic with parameters of type MethodKafkaListenerEndpointModifier and TypeMethodDescriptionprotected Collection<EndpointCustomizer.TopicNamesHolder>EndpointCustomizerFactory.customizeAndRegisterTopics(RetryTopicNamesProviderFactory.RetryTopicNamesProvider namesProvider, MethodKafkaListenerEndpoint<?, ?> endpoint) EndpointCustomizer.customizeEndpointAndCollectTopics(MethodKafkaListenerEndpoint<?, ?> listenerEndpoint) Customize the endpoint and return the topic names generated for this endpoint.protected EndpointHandlerMethodRetryTopicConfigurer.getEndpointHandlerMethod(MethodKafkaListenerEndpoint<?, ?> mainEndpoint, RetryTopicConfiguration configuration, DestinationTopic.Properties props) default voidRetryTopicConfigurer.EndpointProcessor.process(MethodKafkaListenerEndpoint<?, ?> listenerEndpoint) voidRetryTopicConfigurer.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.