Class Hierarchy
- java.lang.Object
- de.otto.synapse.annotation.AbstractAnnotationBasedBeanRegistrar (implements org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- de.otto.synapse.annotation.EventSourceBeanRegistrar
- de.otto.synapse.annotation.MessageLogReceiverEndpointBeanRegistrar
- de.otto.synapse.annotation.MessageQueueReceiverEndpointBeanRegistrar
- de.otto.synapse.annotation.MessageSenderEndpointBeanRegistrar
- de.otto.synapse.annotation.BeanNameHelper
- 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.MessageLogConsumerBeanPostProcessor (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.AbstractAnnotationBasedBeanRegistrar (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.EnableMessageLogReceiverEndpoint (implements java.lang.annotation.Annotation)
- de.otto.synapse.annotation.EnableMessageLogReceiverEndpoints (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.MessageLogConsumer (implements java.lang.annotation.Annotation)
- de.otto.synapse.annotation.MessageQueueConsumer (implements java.lang.annotation.Annotation)