Uses of Interface
org.springframework.pulsar.listener.ListenerContainerRegistry
Packages that use ListenerContainerRegistry
Package
Description
Package containing Spring configuration classes for the framework.
Package containing Spring configuration classes for the framework.
-
Uses of ListenerContainerRegistry in org.springframework.pulsar.config
Classes in org.springframework.pulsar.config that implement ListenerContainerRegistryModifier and TypeClassDescriptionclassListenerEndpointRegistry<C extends MessageListenerContainer,E extends ListenerEndpoint<C>> Creates the necessary container instances for the registered endpoints.classCreates the necessaryPulsarMessageListenerContainerinstances for the registered endpoints. -
Uses of ListenerContainerRegistry in org.springframework.pulsar.reactive.config
Classes in org.springframework.pulsar.reactive.config that implement ListenerContainerRegistryModifier and TypeClassDescriptionclassCreates the necessaryReactivePulsarMessageListenerContainerinstances for the registered endpoints.