Uses of Interface
org.springframework.pulsar.config.PulsarContainerFactory
Packages that use PulsarContainerFactory
Package
Description
Package containing Spring configuration classes for the framework.
Package containing Spring configuration classes for the framework.
-
Uses of PulsarContainerFactory in org.springframework.pulsar.config
Subinterfaces of PulsarContainerFactory in org.springframework.pulsar.configModifier and TypeInterfaceDescriptioninterface
ListenerContainerFactory<C extends MessageListenerContainer,
E extends ListenerEndpoint<C>> Factory for Pulsar message listener containers.interface
Factory for Pulsar message listener containers.interface
Container factory forPulsarMessageReaderContainer
.interface
ReaderContainerFactory<C extends PulsarMessageReaderContainer,
E extends PulsarReaderEndpoint<C>> Base container factory interface forPulsarMessageReaderContainer
.Classes in org.springframework.pulsar.config that implement PulsarContainerFactoryModifier and TypeClassDescriptionclass
BasePulsarListenerContainerFactory
implementation.class
BasePulsarReaderContainerFactory
implementation.class
Concrete implementation forPulsarListenerContainerFactory
.class
Concrete implementation forPulsarReaderContainerFactory
. -
Uses of PulsarContainerFactory in org.springframework.pulsar.reactive.config
Subinterfaces of PulsarContainerFactory in org.springframework.pulsar.reactive.configModifier and TypeInterfaceDescriptioninterface
Factory for Pulsar reactive message listener containers.Classes in org.springframework.pulsar.reactive.config that implement PulsarContainerFactoryModifier and TypeClassDescriptionclass
Concrete implementation forReactivePulsarListenerContainerFactory
.