Class Hierarchy
- java.lang.Object
- org.springframework.pulsar.annotation.AbstractPulsarAnnotationsBeanPostProcessor (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.InitializingBean, org.springframework.core.Ordered)
- org.springframework.pulsar.annotation.PulsarListenerAnnotationBeanPostProcessor<V> (implements org.springframework.beans.factory.SmartInitializingSingleton)
- org.springframework.pulsar.annotation.PulsarReaderAnnotationBeanPostProcessor<V> (implements org.springframework.beans.factory.SmartInitializingSingleton)
- org.springframework.pulsar.annotation.AbstractPulsarAnnotationsBeanPostProcessor.ListenerScope (implements org.springframework.beans.factory.config.Scope)
- org.springframework.pulsar.annotation.AbstractPulsarAnnotationsBeanPostProcessor.PulsarHandlerMethodFactoryAdapter (implements org.springframework.messaging.handler.annotation.support.MessageHandlerMethodFactory)
- org.springframework.messaging.handler.annotation.support.PayloadMethodArgumentResolver (implements org.springframework.messaging.handler.invocation.HandlerMethodArgumentResolver)
- org.springframework.pulsar.annotation.PulsarNullAwarePayloadArgumentResolver
- org.springframework.pulsar.annotation.PulsarAnnotationsConfigurationSelector (implements org.springframework.context.annotation.DeferredImportSelector)
- org.springframework.pulsar.annotation.PulsarBootstrapConfiguration (implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- org.springframework.pulsar.annotation.AbstractPulsarAnnotationsBeanPostProcessor (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.InitializingBean, org.springframework.core.Ordered)
Interface Hierarchy
- org.springframework.pulsar.annotation.PulsarListenerConfigurer
- org.springframework.pulsar.annotation.PulsarListenerConsumerBuilderCustomizer<T>
- org.springframework.pulsar.annotation.PulsarReaderConfigurer
- org.springframework.pulsar.annotation.PulsarReaderReaderBuilderCustomizer<T>
Annotation Interface Hierarchy
- org.springframework.pulsar.annotation.EnablePulsar (implements java.lang.annotation.Annotation)
- org.springframework.pulsar.annotation.PulsarListener (implements java.lang.annotation.Annotation)
- org.springframework.pulsar.annotation.PulsarListeners (implements java.lang.annotation.Annotation)
- org.springframework.pulsar.annotation.PulsarReader (implements java.lang.annotation.Annotation)