Uses of Interface
org.springframework.pulsar.config.ListenerContainerFactory
Packages that use ListenerContainerFactory
Package
Description
Package containing Spring configuration classes for the framework.
Package containing Spring configuration classes for the framework.
-
Uses of ListenerContainerFactory in org.springframework.pulsar.config
Subinterfaces of ListenerContainerFactory in org.springframework.pulsar.configModifier and TypeInterfaceDescriptioninterfaceFactory for Pulsar message listener containers.Classes in org.springframework.pulsar.config that implement ListenerContainerFactoryModifier and TypeClassDescriptionclassBasePulsarListenerContainerFactoryimplementation.classConcrete implementation forPulsarListenerContainerFactory.Methods in org.springframework.pulsar.config with parameters of type ListenerContainerFactoryModifier and TypeMethodDescriptionprotected CListenerEndpointRegistry.createListenerContainer(E endpoint, ListenerContainerFactory<? extends C, E> factory) voidPulsarListenerEndpointRegistrar.registerEndpoint(ListenerEndpoint endpoint, ListenerContainerFactory<?, ?> factory) voidListenerEndpointRegistry.registerListenerContainer(E endpoint, ListenerContainerFactory<? extends C, E> factory) voidListenerEndpointRegistry.registerListenerContainer(E endpoint, ListenerContainerFactory<? extends C, E> factory, boolean startImmediately) voidPulsarListenerEndpointRegistrar.setContainerFactory(ListenerContainerFactory<?, ?> containerFactory) Constructor parameters in org.springframework.pulsar.config with type arguments of type ListenerContainerFactoryModifierConstructorDescriptionPulsarListenerEndpointRegistrar(Class<? extends ListenerContainerFactory> type) -
Uses of ListenerContainerFactory in org.springframework.pulsar.reactive.config
Subinterfaces of ListenerContainerFactory in org.springframework.pulsar.reactive.configModifier and TypeInterfaceDescriptioninterfaceFactory for Pulsar reactive message listener containers.Classes in org.springframework.pulsar.reactive.config that implement ListenerContainerFactoryModifier and TypeClassDescriptionclassConcrete implementation forReactivePulsarListenerContainerFactory.