Package org.springframework.pulsar.annotation
@NonNullApi
@NonNullFields
package org.springframework.pulsar.annotation
Package containing annotations used by the framework.
-
ClassDescriptionBase class implementation for the various annotation post processors in Spring Pulsar.Enables detection of
PulsarListenerannotations on any Spring-managed bean in the container.ADeferredImportSelectorimplementation with the lowest order to importPulsarBootstrapConfigurationas late as possible.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.Optional interface to be implemented by Spring managed bean willing to customize how Pulsar listener endpoints are configured.Container annotation that aggregates severalPulsarListenerannotations.Bean post-processor that registers methods annotated withPulsarListenerto be invoked by a Pulsar message listener container created under the covers by aPulsarReaderContainerFactoryaccording to the parameters of the annotation.Optional interface to be implemented by Spring managed bean willing to customize how Pulsar listener endpoints are configured.