Class Hierarchy
- java.lang.Object
- de.otto.synapse.annotation.BeanNameHelper
- de.otto.synapse.annotation.EventSourceBeanRegistrar (implements org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- de.otto.synapse.annotation.EventSourceConsumerBeanPostProcessor (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered)
- de.otto.synapse.annotation.MessageInterceptorBeanPostProcessor (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered)
- de.otto.synapse.annotation.MessageQueueConsumerBeanPostProcessor (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered)
- de.otto.synapse.annotation.MessageQueueReceiverEndpointBeanRegistrar (implements org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- de.otto.synapse.annotation.MessageSenderEndpointBeanRegistrar (implements org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
Annotation Type Hierarchy
- de.otto.synapse.annotation.EnableEventSource (implements java.lang.annotation.Annotation)
- de.otto.synapse.annotation.EnableEventSources (implements java.lang.annotation.Annotation)
- de.otto.synapse.annotation.EnableEventSourcing (implements java.lang.annotation.Annotation)
- de.otto.synapse.annotation.EnableMessageQueueReceiverEndpoint (implements java.lang.annotation.Annotation)
- de.otto.synapse.annotation.EnableMessageQueueReceiverEndpoints (implements java.lang.annotation.Annotation)
- de.otto.synapse.annotation.EnableMessageSenderEndpoint (implements java.lang.annotation.Annotation)
- de.otto.synapse.annotation.EnableMessageSenderEndpoints (implements java.lang.annotation.Annotation)
- de.otto.synapse.annotation.EventSourceConsumer (implements java.lang.annotation.Annotation)
- de.otto.synapse.annotation.MessageInterceptor (implements java.lang.annotation.Annotation)
- de.otto.synapse.annotation.MessageQueueConsumer (implements java.lang.annotation.Annotation)