Uses of Interface
org.springframework.pulsar.reactive.core.ReactivePulsarSenderFactory
Packages that use ReactivePulsarSenderFactory
Package
Description
Package containing the Spring Boot
AutoConfiguration for the Spring for
Apache Pulsar framework.Package containing the core reactive components of the framework.
-
Uses of ReactivePulsarSenderFactory in org.springframework.pulsar.autoconfigure
Methods in org.springframework.pulsar.autoconfigure that return ReactivePulsarSenderFactoryModifier and TypeMethodDescriptionPulsarReactiveAutoConfiguration.reactivePulsarSenderFactory(org.apache.pulsar.reactive.client.api.ReactivePulsarClient pulsarReactivePulsarClient, ObjectProvider<org.apache.pulsar.reactive.client.api.ReactiveMessageSenderCache> cache) Methods in org.springframework.pulsar.autoconfigure with parameters of type ReactivePulsarSenderFactoryModifier and TypeMethodDescriptionPulsarReactiveAutoConfiguration.pulsarReactiveTemplate(ReactivePulsarSenderFactory<?> reactivePulsarSenderFactory) -
Uses of ReactivePulsarSenderFactory in org.springframework.pulsar.reactive.core
Classes in org.springframework.pulsar.reactive.core that implement ReactivePulsarSenderFactoryConstructors in org.springframework.pulsar.reactive.core with parameters of type ReactivePulsarSenderFactoryModifierConstructorDescriptionReactivePulsarTemplate(ReactivePulsarSenderFactory<T> reactiveMessageSenderFactory) Construct a template instance with observation configuration.