Class EndpointCustomizerFactory
- java.lang.Object
-
- org.springframework.kafka.retrytopic.EndpointCustomizerFactory
-
public class EndpointCustomizerFactory extends java.lang.Object
Creates theEndpointCustomizer
that will be used by theRetryTopicConfigurer
to customize the main, retry and DLT endpoints.- Since:
- 2.7.2
- Author:
- Tomaz Fernandes, Gary Russell
- See Also:
RetryTopicConfigurer
,DestinationTopic.Properties
,RetryTopicNamesProviderFactory.RetryTopicNamesProvider
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EndpointCustomizer
addSuffixesAndMethod(DestinationTopic.Properties properties, java.lang.Object bean, java.lang.reflect.Method method)
EndpointCustomizer
createEndpointCustomizer()
protected java.util.Collection<EndpointCustomizer.TopicNamesHolder>
customizeAndRegisterTopics(RetryTopicNamesProviderFactory.RetryTopicNamesProvider namesProvider, MethodKafkaListenerEndpoint<?,?> endpoint)
-
-
-
Method Detail
-
createEndpointCustomizer
public final EndpointCustomizer createEndpointCustomizer()
-
addSuffixesAndMethod
protected EndpointCustomizer addSuffixesAndMethod(DestinationTopic.Properties properties, java.lang.Object bean, java.lang.reflect.Method method)
-
customizeAndRegisterTopics
protected java.util.Collection<EndpointCustomizer.TopicNamesHolder> customizeAndRegisterTopics(RetryTopicNamesProviderFactory.RetryTopicNamesProvider namesProvider, MethodKafkaListenerEndpoint<?,?> endpoint)
-
-