Uses of Interface
org.springframework.pulsar.core.PulsarReaderFactory
Packages that use PulsarReaderFactory
Package
Description
Package containing the Spring Boot
AutoConfiguration for the Spring for
Apache Pulsar framework.Package containing Spring configuration classes for the framework.
Package containing the core components of the framework.
-
Uses of PulsarReaderFactory in org.springframework.pulsar.autoconfigure
Methods in org.springframework.pulsar.autoconfigure that return PulsarReaderFactoryModifier and TypeMethodDescriptionPulsarAutoConfiguration.pulsarReaderFactory(org.apache.pulsar.client.api.PulsarClient pulsarClient) -
Uses of PulsarReaderFactory in org.springframework.pulsar.config
Methods in org.springframework.pulsar.config that return PulsarReaderFactoryModifier and TypeMethodDescriptionprotected PulsarReaderFactory<? super T>AbstractPulsarReaderContainerFactory.getReaderFactory()Constructors in org.springframework.pulsar.config with parameters of type PulsarReaderFactoryModifierConstructorDescriptionprotectedAbstractPulsarReaderContainerFactory(PulsarReaderFactory<? super T> readerFactory, PulsarReaderContainerProperties containerProperties) DefaultPulsarReaderContainerFactory(PulsarReaderFactory<? super T> readerFactory, PulsarReaderContainerProperties containerProperties) -
Uses of PulsarReaderFactory in org.springframework.pulsar.core
Classes in org.springframework.pulsar.core that implement PulsarReaderFactory -
Uses of PulsarReaderFactory in org.springframework.pulsar.reader
Methods in org.springframework.pulsar.reader that return PulsarReaderFactoryConstructors in org.springframework.pulsar.reader with parameters of type PulsarReaderFactoryModifierConstructorDescriptionprotectedAbstractPulsarMessageReaderContainer(PulsarReaderFactory<? super T> pulsarReaderFactory, PulsarReaderContainerProperties pulsarReaderContainerProperties) DefaultPulsarMessageReaderContainer(PulsarReaderFactory<? super T> pulsarReaderFactory, PulsarReaderContainerProperties pulsarReaderContainerProperties)