Uses of Class
org.springframework.pulsar.config.ListenerEndpointRegistry
Packages that use ListenerEndpointRegistry
Package
Description
Package containing Spring configuration classes for the framework.
Package containing Spring configuration classes for the framework.
-
Uses of ListenerEndpointRegistry in org.springframework.pulsar.config
Subclasses of ListenerEndpointRegistry in org.springframework.pulsar.configModifier and TypeClassDescriptionclassCreates the necessaryPulsarMessageListenerContainerinstances for the registered endpoints.Methods in org.springframework.pulsar.config that return ListenerEndpointRegistryMethods in org.springframework.pulsar.config with parameters of type ListenerEndpointRegistryModifier and TypeMethodDescriptionvoidPulsarListenerEndpointRegistrar.setEndpointRegistry(ListenerEndpointRegistry endpointRegistry) -
Uses of ListenerEndpointRegistry in org.springframework.pulsar.reactive.config
Subclasses of ListenerEndpointRegistry in org.springframework.pulsar.reactive.configModifier and TypeClassDescriptionclassCreates the necessaryReactivePulsarMessageListenerContainerinstances for the registered endpoints.