Uses of Class
org.springframework.kafka.config.KafkaListenerEndpointRegistry
Packages that use KafkaListenerEndpointRegistry
Package
Description
Package for kafka annotations
Package for kafka configuration
-
Uses of KafkaListenerEndpointRegistry in org.springframework.kafka.annotation
Methods in org.springframework.kafka.annotation with parameters of type KafkaListenerEndpointRegistryModifier and TypeMethodDescriptionvoidKafkaListenerAnnotationBeanPostProcessor.setEndpointRegistry(KafkaListenerEndpointRegistry endpointRegistry) Set theKafkaListenerEndpointRegistrythat will hold the created endpoint and manage the lifecycle of the related listener container. -
Uses of KafkaListenerEndpointRegistry in org.springframework.kafka.config
Methods in org.springframework.kafka.config that return KafkaListenerEndpointRegistryModifier and TypeMethodDescriptionKafkaListenerEndpointRegistrar.getEndpointRegistry()Return theKafkaListenerEndpointRegistryinstance for this registrar, may benull.Methods in org.springframework.kafka.config with parameters of type KafkaListenerEndpointRegistryModifier and TypeMethodDescriptionvoidKafkaListenerEndpointRegistrar.setEndpointRegistry(KafkaListenerEndpointRegistry endpointRegistry) Set theKafkaListenerEndpointRegistryinstance to use.