Uses of Class
org.springframework.kafka.support.EndpointHandlerMethod
Package
Description
Package for retryable topic handling.
Package for kafka support
-
Uses of EndpointHandlerMethod in org.springframework.kafka.retrytopic
Modifier and TypeFieldDescriptionstatic final EndpointHandlerMethod
RetryTopicConfigurer.DEFAULT_DLT_HANDLER
The default method to handle messages in the DLT.Modifier and TypeMethodDescriptionstatic EndpointHandlerMethod
RetryTopicConfigurer.createHandlerMethodWith
(Object bean, Method method) static EndpointHandlerMethod
RetryTopicConfigurer.createHandlerMethodWith
(Object beanOrClass, String methodName) RetryTopicConfiguration.getDltHandlerMethod()
protected EndpointHandlerMethod
RetryTopicConfigurer.getEndpointHandlerMethod
(MethodKafkaListenerEndpoint<?, ?> mainEndpoint, RetryTopicConfiguration configuration, DestinationTopic.Properties props) Modifier and TypeMethodDescriptionprotected EndpointCustomizer<MethodKafkaListenerEndpoint<?,
?>> RetryTopicConfigurer.createEndpointCustomizer
(EndpointHandlerMethod endpointBeanMethod, DestinationTopic.Properties destinationTopicProperties) RetryTopicConfigurationBuilder.dltHandlerMethod
(EndpointHandlerMethod endpointHandlerMethod) Configure a DLT handler method.ModifierConstructorDescriptionEndpointCustomizerFactory
(DestinationTopic.Properties destinationProperties, EndpointHandlerMethod beanMethod, BeanFactory beanFactory, RetryTopicNamesProviderFactory retryTopicNamesProviderFactory) -
Uses of EndpointHandlerMethod in org.springframework.kafka.support
Modifier and TypeClassDescriptionclass
Handler multi method for retrying endpoints.