Uses of Interface
org.springframework.kafka.config.ContainerPostProcessor
-
Uses of ContainerPostProcessor in org.springframework.kafka.config
Modifier and TypeMethodDescriptionContainerPostProcessor<?,
?, ?> AbstractKafkaListenerEndpoint.getContainerPostProcessor()
default ContainerPostProcessor<?,
?, ?> KafkaListenerEndpoint.getContainerPostProcessor()
Return theContainerPostProcessor
for this endpoint, or null if not explicitly set.Modifier and TypeMethodDescriptionvoid
AbstractKafkaListenerEndpoint.setContainerPostProcessor
(ContainerPostProcessor<?, ?, ?> containerPostProcessor) Set theContainerPostProcessor
on the endpoint to allow customizing the container after its creation and configuration.