Uses of Class
org.springframework.pulsar.annotation.AbstractPulsarAnnotationsBeanPostProcessor
Package
Description
Package containing annotations used by the framework.
Package containing annotations used by the framework.
-
Uses of AbstractPulsarAnnotationsBeanPostProcessor in org.springframework.pulsar.annotation
Modifier and TypeClassDescriptionclass
Bean post-processor that registers methods annotated withPulsarListener
to be invoked by a Pulsar message listener container created under the covers by aPulsarListenerContainerFactory
according to the parameters of the annotation.class
Bean post-processor that registers methods annotated withPulsarListener
to be invoked by a Pulsar message listener container created under the covers by aPulsarReaderContainerFactory
according to the parameters of the annotation. -
Uses of AbstractPulsarAnnotationsBeanPostProcessor in org.springframework.pulsar.reactive.config.annotation
Modifier and TypeClassDescriptionclass
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.