Interface EndpointCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Customizes main, retry and DLT endpoints in the Retry Topic functionality
and returns the resulting topic names.
- Since:
- 2.7.2
- Author:
- Tomaz Fernandes
- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptioncustomizeEndpointAndCollectTopics
(MethodKafkaListenerEndpoint<?, ?> listenerEndpoint) Customize the endpoint and return the topic names generated for this endpoint.
-
Method Details
-
customizeEndpointAndCollectTopics
Collection<EndpointCustomizer.TopicNamesHolder> customizeEndpointAndCollectTopics(MethodKafkaListenerEndpoint<?, ?> listenerEndpoint) Customize the endpoint and return the topic names generated for this endpoint.- Parameters:
listenerEndpoint
- The main, retry or DLT endpoint to be customized.- Returns:
- A collection containing the topic names generated for this endpoint.
-