Package org.springframework.pulsar.reactive.config.annotation
@NonNullApi
@NonNullFields
package org.springframework.pulsar.reactive.config.annotation
Package containing annotations used by the framework.
-
ClassDescriptionEnables detection of
ReactivePulsarListener
annotations on any Spring-managed bean in the container.AnImportBeanDefinitionRegistrar
class that registers aReactivePulsarListenerAnnotationBeanPostProcessor
bean capable of processing Spring's @ReactivePulsarListener
annotation.Annotation that marks a method to be the target of a Pulsar message listener on the specified topics.Bean post-processor that registers methods annotated withReactivePulsarListener
to be invoked by a Pulsar message listener container created under the covers by aReactivePulsarListenerContainerFactory
according to the parameters of the annotation.ADeferredImportSelector
implementation with the lowest order to importReactivePulsarBootstrapConfiguration
as late as possible.Container annotation that aggregates severalReactivePulsarListener
annotations.