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
ReactivePulsarListenerannotations on any Spring-managed bean in the container.AnImportBeanDefinitionRegistrarclass that registers aReactivePulsarListenerAnnotationBeanPostProcessorbean capable of processing Spring's @ReactivePulsarListenerannotation.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 withReactivePulsarListenerto be invoked by a Pulsar message listener container created under the covers by aReactivePulsarListenerContainerFactoryaccording to the parameters of the annotation.ADeferredImportSelectorimplementation with the lowest order to importReactivePulsarBootstrapConfigurationas late as possible.Container annotation that aggregates severalReactivePulsarListenerannotations.