Uses of Class
org.springframework.kafka.support.EndpointHandlerMethod
Packages that use EndpointHandlerMethod
Package
Description
Package for retryable topic handling.
Package for kafka support
-
Uses of EndpointHandlerMethod in org.springframework.kafka.retrytopic
Fields in org.springframework.kafka.retrytopic declared as EndpointHandlerMethodModifier and TypeFieldDescriptionstatic final EndpointHandlerMethod
RetryTopicConfigurer.DEFAULT_DLT_HANDLER
The default method to handle messages in the DLT.Methods in org.springframework.kafka.retrytopic that return EndpointHandlerMethodModifier 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) Methods in org.springframework.kafka.retrytopic with parameters of type EndpointHandlerMethodModifier and TypeMethodDescriptionprotected EndpointCustomizer<MethodKafkaListenerEndpoint<?,
?>> RetryTopicConfigurer.createEndpointCustomizer
(EndpointHandlerMethod endpointBeanMethod, DestinationTopic.Properties destinationTopicProperties) RetryTopicConfigurationBuilder.dltHandlerMethod
(EndpointHandlerMethod endpointHandlerMethod) Configure a DLT handler method.Constructors in org.springframework.kafka.retrytopic with parameters of type EndpointHandlerMethodModifierConstructorDescriptionEndpointCustomizerFactory
(DestinationTopic.Properties destinationProperties, EndpointHandlerMethod beanMethod, BeanFactory beanFactory, RetryTopicNamesProviderFactory retryTopicNamesProviderFactory) -
Uses of EndpointHandlerMethod in org.springframework.kafka.support
Subclasses of EndpointHandlerMethod in org.springframework.kafka.supportModifier and TypeClassDescriptionclass
Handler multi method for retrying endpoints.