Package org.springframework.pulsar.annotation
@NonNullApi
@NonNullFields
package org.springframework.pulsar.annotation
Package containing annotations used by the framework.
-
ClassDescriptionEnables detection of
PulsarListenerannotations on any Spring-managed bean in the container.AnImportBeanDefinitionRegistrarclass that registers aPulsarListenerAnnotationBeanPostProcessorbean capable of processing Spring's @PulsarListenerannotation.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 withPulsarListenerto be invoked by a Pulsar message listener container created under the covers by aPulsarListenerContainerFactoryaccording to the parameters of the annotation.ADeferredImportSelectorimplementation with the lowest order to importPulsarBootstrapConfigurationas late as possible.Optional interface to be implemented by Spring managed bean willing to customize how Pulsar listener endpoints are configured.Container annotation that aggregates severalPulsarListenerannotations.