Class Hierarchy
- java.lang.Object
- de.otto.synapse.annotation.AbstractAnnotationBasedBeanRegistrar (implements org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- de.otto.synapse.eventsource.AbstractEventSource (implements de.otto.synapse.eventsource.EventSource)
- de.otto.synapse.endpoint.AbstractMessageEndpoint (implements de.otto.synapse.endpoint.MessageEndpoint)
- de.otto.synapse.translator.AbstractTextDecoder<T> (implements de.otto.synapse.translator.Decoder<T>)
- de.otto.synapse.annotation.BeanNameHelper
- de.otto.synapse.endpoint.BestMatchingSelectableComparator (implements java.util.Comparator<T>)
- de.otto.synapse.messagestore.CalculatedValueIndexer (implements de.otto.synapse.messagestore.Indexer)
- de.otto.synapse.channel.ChannelDurationBehind (implements java.io.Serializable)
- de.otto.synapse.channel.ChannelDurationBehind.Builder
- de.otto.synapse.channel.ChannelPosition (implements java.io.Serializable)
- de.otto.synapse.channel.ChannelResponse
- de.otto.synapse.state.ChronicleMapBytesMarshaller<V> (implements net.openhft.chronicle.hash.serialization.BytesReader<T>, net.openhft.chronicle.hash.serialization.BytesWriter<T>, net.openhft.chronicle.core.util.ReadResolvable<T>)
- de.otto.synapse.state.ChronicleMapStateRepository.Builder<V>
- de.otto.synapse.messagestore.CompositeIndexer (implements de.otto.synapse.messagestore.Indexer)
- de.otto.synapse.message.CompoundKey (implements de.otto.synapse.message.Key)
- de.otto.synapse.state.ConcurrentMapStateRepository<V> (implements de.otto.synapse.state.StateRepository<V>)
- de.otto.synapse.eventsource.DefaultEventSourceBuilder (implements de.otto.synapse.eventsource.EventSourceBuilder)
- de.otto.synapse.endpoint.DefaultReceiverHeadersInterceptor
- de.otto.synapse.endpoint.DefaultSenderHeadersInterceptor
- de.otto.synapse.eventsource.DelegateEventSource (implements de.otto.synapse.eventsource.EventSource)
- de.otto.synapse.endpoint.receiver.DelegateMessageLogReceiverEndpoint (implements de.otto.synapse.endpoint.receiver.MessageLogReceiverEndpoint)
- de.otto.synapse.endpoint.receiver.DelegateMessageQueueReceiverEndpoint (implements de.otto.synapse.endpoint.receiver.MessageQueueReceiverEndpoint)
- de.otto.synapse.endpoint.sender.DelegateMessageSenderEndpoint (implements de.otto.synapse.endpoint.sender.MessageSenderEndpoint)
- de.otto.synapse.messagestore.DelegatingSnapshotMessageStore (implements de.otto.synapse.messagestore.SnapshotMessageStore)
- de.otto.synapse.state.DelegatingStateRepository<V> (implements de.otto.synapse.state.StateRepository<V>)
- de.otto.synapse.annotation.EventSourceConsumerBeanPostProcessor (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered)
- de.otto.synapse.eventsource.EventSourceConsumerProcess (implements org.springframework.context.SmartLifecycle)
- de.otto.synapse.configuration.EventSourcingAutoConfiguration
- de.otto.synapse.message.Header (implements java.io.Serializable)
- de.otto.synapse.message.Header.Builder
- de.otto.synapse.messagestore.Index
- de.otto.synapse.messagestore.Indexers
- de.otto.synapse.endpoint.InterceptorChain (implements de.otto.synapse.endpoint.MessageInterceptor)
- de.otto.synapse.journal.JournalingInterceptor (implements de.otto.synapse.endpoint.MessageInterceptor)
- de.otto.synapse.journal.JournalRegistry
- de.otto.synapse.journal.Journals
- de.otto.synapse.translator.JsonHelper
- de.otto.synapse.logging.LogHelper
- de.otto.synapse.message.Message<P> (implements java.io.Serializable)
- de.otto.synapse.message.Message.Builder<P>
- de.otto.synapse.consumer.MessageDispatcher (implements java.util.function.Consumer<T>)
- de.otto.synapse.endpoint.MessageFilter (implements de.otto.synapse.endpoint.MessageInterceptor)
- de.otto.synapse.annotation.MessageInterceptorBeanPostProcessor (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered)
- de.otto.synapse.endpoint.MessageInterceptorRegistration (implements org.springframework.core.Ordered)
- de.otto.synapse.endpoint.MessageInterceptorRegistry
- de.otto.synapse.annotation.MessageLogConsumerBeanPostProcessor (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered)
- de.otto.synapse.endpoint.receiver.MessageLogConsumerContainer (implements org.springframework.context.SmartLifecycle)
- de.otto.synapse.configuration.MessageLogReceiverEndpointAutoConfiguration
- de.otto.synapse.annotation.MessageQueueConsumerBeanPostProcessor (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.core.Ordered)
- de.otto.synapse.endpoint.receiver.MessageQueueConsumerProcess (implements org.springframework.context.SmartLifecycle)
- de.otto.synapse.configuration.MessageQueueReceiverEndpointAutoConfiguration
- de.otto.synapse.info.MessageReceiverEndpointInfo
- de.otto.synapse.info.MessageReceiverEndpointInfo.Builder
- de.otto.synapse.info.MessageReceiverEndpointInfoProvider
- de.otto.synapse.info.MessageReceiverEndpointInfos
- de.otto.synapse.info.MessageReceiverNotification
- de.otto.synapse.info.MessageReceiverNotification.Builder
- de.otto.synapse.messagestore.MessageStoreEntry (implements java.io.Serializable)
- de.otto.synapse.messagestore.MessageStores
- de.otto.synapse.consumer.MethodInvokingMessageConsumer<T> (implements de.otto.synapse.consumer.MessageConsumer<T>)
- de.otto.synapse.endpoint.MethodInvokingMessageInterceptor (implements de.otto.synapse.endpoint.MessageInterceptor)
- de.otto.synapse.state.NitriteStateRepository<V> (implements java.io.Closeable, de.otto.synapse.state.StateRepository<V>)
- de.otto.synapse.state.NitriteStateRepository.Builder<V>
- de.otto.synapse.translator.ObjectMappers
- de.otto.synapse.messagestore.OffHeapIndexingMessageStore (implements de.otto.synapse.messagestore.MessageStore)
- de.otto.synapse.messagestore.OnHeapCompactingMessageStore (implements de.otto.synapse.messagestore.MessageStore)
- de.otto.synapse.messagestore.OnHeapIndexingMessageStore (implements de.otto.synapse.messagestore.MessageStore)
- de.otto.synapse.messagestore.OnHeapRingBufferMessageStore (implements de.otto.synapse.messagestore.MessageStore)
- de.otto.synapse.logging.ProgressLogger
- de.otto.synapse.channel.ShardPosition (implements java.io.Serializable)
- de.otto.synapse.channel.ShardResponse
- de.otto.synapse.message.SimpleKey (implements de.otto.synapse.message.Key)
- de.otto.synapse.info.SnapshotReaderNotification
- de.otto.synapse.info.SnapshotReaderNotification.Builder
- de.otto.synapse.consumer.StatefulMessageConsumer<P,S> (implements de.otto.synapse.consumer.MessageConsumer<T>)
- de.otto.synapse.subscription.StateRepositorySnapshotProvider<E> (implements de.otto.synapse.subscription.SnapshotProvider)
- de.otto.synapse.messagestore.StaticValueIndexer (implements de.otto.synapse.messagestore.Indexer)
- de.otto.synapse.channel.StopCondition
- de.otto.synapse.subscription.Subscription
- de.otto.synapse.subscription.events.SubscriptionEvent
- de.otto.synapse.subscription.SubscriptionInterceptor (implements de.otto.synapse.endpoint.MessageInterceptor)
- de.otto.synapse.subscription.Subscriptions
- de.otto.synapse.subscription.SubscriptionService
- de.otto.synapse.configuration.SynapseAutoConfiguration
- de.otto.synapse.configuration.SynapseProperties
- de.otto.synapse.configuration.SynapseProperties.ConsumerProcess
- de.otto.synapse.configuration.SynapseProperties.Receiver
- de.otto.synapse.configuration.SynapseProperties.Receiver.DefaultHeaders
- de.otto.synapse.configuration.SynapseProperties.Sender
- de.otto.synapse.configuration.SynapseProperties.Sender.DefaultHeaders
- de.otto.synapse.endpoint.sender.TeeMessageSender (implements de.otto.synapse.endpoint.sender.MessageSender)
- de.otto.synapse.translator.TextEncoder (implements de.otto.synapse.translator.Encoder<T>)
- de.otto.synapse.translator.TextMessageTranslator (implements de.otto.synapse.translator.MessageTranslator<P>)
Annotation Type Hierarchy
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)