- calc(Index, MessageStoreEntry) - Method in class de.otto.synapse.messagestore.CalculatedValueIndexer
-
- calc(Index, MessageStoreEntry) - Method in class de.otto.synapse.messagestore.CompositeIndexer
-
- calc(Index, MessageStoreEntry) - Method in interface de.otto.synapse.messagestore.Indexer
-
Calculates the Index value from the message-store entry.
- calc(Index, MessageStoreEntry) - Method in class de.otto.synapse.messagestore.StaticValueIndexer
-
- CalculatedValueIndexer - Class in de.otto.synapse.messagestore
-
An
Indexer that is using a
Function to calculate the value for a single
Index.
- CalculatedValueIndexer(Index, Function<MessageStoreEntry, String>) - Constructor for class de.otto.synapse.messagestore.CalculatedValueIndexer
-
Creates a CalculatedValueIndexer.
- CHANNEL_NAME - Static variable in class de.otto.synapse.messagestore.Index
-
- ChannelDurationBehind - Class in de.otto.synapse.channel
-
- channelDurationBehind() - Static method in class de.otto.synapse.channel.ChannelDurationBehind
-
- ChannelDurationBehind.Builder - Class in de.otto.synapse.channel
-
- channelNameIndexer() - Static method in class de.otto.synapse.messagestore.Indexers
-
- ChannelPosition - Class in de.otto.synapse.channel
-
- ChannelPosition(Iterable<ShardPosition>) - Constructor for class de.otto.synapse.channel.ChannelPosition
-
- channelPosition(ShardPosition...) - Static method in class de.otto.synapse.channel.ChannelPosition
-
- channelPosition(Iterable<ShardPosition>) - Static method in class de.otto.synapse.channel.ChannelPosition
-
- ChannelResponse - Class in de.otto.synapse.channel
-
- channelResponse(String, ImmutableList<ShardResponse>) - Static method in class de.otto.synapse.channel.ChannelResponse
-
- channelResponse(String, ShardResponse...) - Static method in class de.otto.synapse.channel.ChannelResponse
-
- ChronicleMapBytesMarshaller<V> - Class in de.otto.synapse.state
-
- ChronicleMapBytesMarshaller(Class<V>) - Constructor for class de.otto.synapse.state.ChronicleMapBytesMarshaller
-
- ChronicleMapBytesMarshaller(ObjectMapper, Class<V>) - Constructor for class de.otto.synapse.state.ChronicleMapBytesMarshaller
-
- ChronicleMapStateRepository<V> - Class in de.otto.synapse.state
-
A StateRepository that is using a ChronicleMap to store the event-sourced entities off the heap.
- ChronicleMapStateRepository.Builder<V> - Class in de.otto.synapse.state
-
- clear() - Method in class de.otto.synapse.state.ChronicleMapStateRepository
-
- clear() - Method in class de.otto.synapse.state.ConcurrentMapStateRepository
-
- clear() - Method in class de.otto.synapse.state.DelegatingStateRepository
-
- clear() - Method in interface de.otto.synapse.state.StateRepository
-
Removes all of the mappings from this repository (optional operation).
- close() - Method in class de.otto.synapse.messagestore.DelegatingSnapshotMessageStore
-
- close() - Method in interface de.otto.synapse.messagestore.MessageStore
-
- close() - Method in class de.otto.synapse.state.ConcurrentMapStateRepository
-
- close() - Method in class de.otto.synapse.state.DelegatingStateRepository
-
- close() - Method in interface de.otto.synapse.state.StateRepository
-
Closes the StateRepository.
- CompactingConcurrentMapMessageStore - Class in de.otto.synapse.messagestore
-
Concurrent implementation of a MessageStore that is compacting entries by
of.
- CompactingConcurrentMapMessageStore(String, boolean, ConcurrentMap<String, MessageStoreEntry>) - Constructor for class de.otto.synapse.messagestore.CompactingConcurrentMapMessageStore
-
- CompactingConcurrentMapMessageStore(String, boolean, ConcurrentMap<String, MessageStoreEntry>, Indexer) - Constructor for class de.otto.synapse.messagestore.CompactingConcurrentMapMessageStore
-
- CompactingInMemoryMessageStore - Class in de.otto.synapse.messagestore
-
Concurrent in-memory implementation of a MessageStore that is compacting entries by
key.
- CompactingInMemoryMessageStore(String, boolean) - Constructor for class de.otto.synapse.messagestore.CompactingInMemoryMessageStore
-
- CompactingInMemoryMessageStore(String, boolean, Indexer) - Constructor for class de.otto.synapse.messagestore.CompactingInMemoryMessageStore
-
- compactionKey() - Method in class de.otto.synapse.message.CompoundKey
-
- compactionKey() - Method in interface de.otto.synapse.message.Key
-
Returns the part of the key that is used for message compaction, where a snapshot of a message log is taken by
only keeping the latest message for every compaction-key.
- compactionKey() - Method in class de.otto.synapse.message.SimpleKey
-
- composite(ImmutableList<Indexer>) - Static method in class de.otto.synapse.messagestore.Indexers
-
Returns a composite Indexer that is able to support several indexes.
- composite(Indexer...) - Static method in class de.otto.synapse.messagestore.Indexers
-
Returns a composite Indexer that is able to support several indexes.
- CompositeIndexer - Class in de.otto.synapse.messagestore
-
An Indexer that is a composition of other Indexers.
- CompositeIndexer(ImmutableList<Indexer>) - Constructor for class de.otto.synapse.messagestore.CompositeIndexer
-
Creates a CompositeIndex from a list of Indexers.
- CompoundKey - Class in de.otto.synapse.message
-
- compute(String, BiFunction<? super String, ? super Optional<V>, ? extends V>) - Method in class de.otto.synapse.state.ChronicleMapStateRepository
-
- compute(String, BiFunction<? super String, ? super Optional<V>, ? extends V>) - Method in class de.otto.synapse.state.ConcurrentMapStateRepository
-
- compute(String, BiFunction<? super String, ? super Optional<V>, ? extends V>) - Method in class de.otto.synapse.state.DelegatingStateRepository
-
- compute(String, BiFunction<? super String, ? super Optional<V>, ? extends V>) - Method in interface de.otto.synapse.state.StateRepository
-
Attempts to compute a mapping for the specified key and its current
mapped value (or null if there is no current mapping).
- ConcurrentMapStateRepository<V> - Class in de.otto.synapse.state
-
- ConcurrentMapStateRepository(String) - Constructor for class de.otto.synapse.state.ConcurrentMapStateRepository
-
Creates a StateRepository with the given name, that is using a ConcurrentHashMap to store
event-sourced entities.
- ConcurrentMapStateRepository(String, ConcurrentMap<String, V>) - Constructor for class de.otto.synapse.state.ConcurrentMapStateRepository
-
Creates a StateRepository with the given name, that is using the given ConcurrentMap to store
event-sourced entities.
- configureMessageInterceptors(MessageInterceptorRegistry) - Method in interface de.otto.synapse.configuration.MessageEndpointConfigurer
-
- consume() - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageQueueReceiverEndpoint
-
- consume(ChannelPosition) - Method in interface de.otto.synapse.endpoint.receiver.MessageLogReceiverEndpoint
-
Beginning at the startFrom position, messages are consumed from the message log, until the
stopCondition is true.
- consume() - Method in interface de.otto.synapse.endpoint.receiver.MessageQueueReceiverEndpoint
-
Takes zero or more messages from the channel, calls
MessageEndpoint.intercept(TextMessage) for every message, and notifies
the registered consumers with the intercepted message, or drops the message, if
intercept returns null.
- consume() - Method in class de.otto.synapse.eventsource.DelegateEventSource
-
Consumes all events from the EventSource, until the (current) end of the stream is reached.
- consume() - Method in interface de.otto.synapse.eventsource.EventSource
-
Consumes all events from the EventSource, until the (current) end of the stream is reached.
- consumeAll(BiConsumer<? super String, ? super V>) - Method in class de.otto.synapse.state.ChronicleMapStateRepository
-
- consumeAll(BiConsumer<? super String, ? super V>) - Method in class de.otto.synapse.state.ConcurrentMapStateRepository
-
- consumeAll(BiConsumer<? super String, ? super V>) - Method in class de.otto.synapse.state.DelegatingStateRepository
-
- consumeAll(BiConsumer<? super String, ? super V>) - Method in interface de.otto.synapse.state.StateRepository
-
Computes each entry within the repository.
- ConsumerProcess() - Constructor for class de.otto.synapse.configuration.SynapseProperties.ConsumerProcess
-
- consumeUntil(ChannelPosition, Predicate<ShardResponse>) - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageLogReceiverEndpoint
-
- consumeUntil(ChannelPosition, Predicate<ShardResponse>) - Method in interface de.otto.synapse.endpoint.receiver.MessageLogReceiverEndpoint
-
Beginning at the
startFrom position, messages are consumed from the message log, until the
stopCondition is true.
- consumeUntil(Predicate<ShardResponse>) - Method in class de.otto.synapse.eventsource.DefaultEventSource
-
- consumeUntil(Predicate<ShardResponse>) - Method in class de.otto.synapse.eventsource.DelegateEventSource
-
Consumes all events from the EventSource until the timestamp is reached.
- consumeUntil(Predicate<ShardResponse>) - Method in interface de.otto.synapse.eventsource.EventSource
-
Consumes all messages from the EventSource until the predicate returns true.
- containsKey(String) - Method in class de.otto.synapse.message.Header
-
- containsKey(HeaderAttr) - Method in class de.otto.synapse.message.Header
-
- copyOf(ChannelDurationBehind) - Static method in class de.otto.synapse.channel.ChannelDurationBehind
-
- copyOf(Header) - Static method in class de.otto.synapse.message.Header
-
- copyOf(Message<P>) - Static method in class de.otto.synapse.message.Message
-
- create(String) - Method in interface de.otto.synapse.endpoint.receiver.MessageLogReceiverEndpointFactory
-
- create(String) - Method in interface de.otto.synapse.endpoint.receiver.MessageQueueReceiverEndpointFactory
-
- create(String) - Method in interface de.otto.synapse.endpoint.sender.MessageSenderEndpointFactory
-
- createMessageStoreFor(String, String) - Method in interface de.otto.synapse.messagestore.MessageStoreFactory
-
- currentObjectMapper() - Static method in class de.otto.synapse.translator.ObjectMappers
-
Returns the ObjectMapper currently used by Synapse.
- get(String) - Method in class de.otto.synapse.message.Header
-
- get(HeaderAttr) - Method in class de.otto.synapse.message.Header
-
- get(String, String) - Method in class de.otto.synapse.message.Header
-
- get(HeaderAttr, String) - Method in class de.otto.synapse.message.Header
-
- get(String) - Method in class de.otto.synapse.state.ChronicleMapStateRepository
-
- get(String) - Method in class de.otto.synapse.state.ConcurrentMapStateRepository
-
- get(String) - Method in class de.otto.synapse.state.DelegatingStateRepository
-
- get(String) - Method in interface de.otto.synapse.state.StateRepository
-
Returns the optional value to which the specified key is mapped,
or Optional.empty() if this repository contains no mapping for the key.
- getAll() - Method in class de.otto.synapse.consumer.MessageDispatcher
-
- getAll() - Method in class de.otto.synapse.message.Header
-
- getAsInstant(String) - Method in class de.otto.synapse.message.Header
-
- getAsInstant(HeaderAttr) - Method in class de.otto.synapse.message.Header
-
- getAsInstant(String, Instant) - Method in class de.otto.synapse.message.Header
-
- getAsInstant(HeaderAttr, Instant) - Method in class de.otto.synapse.message.Header
-
- getAsString(String) - Method in class de.otto.synapse.message.Header
-
- getAsString(HeaderAttr) - Method in class de.otto.synapse.message.Header
-
- getAsString(String, String) - Method in class de.otto.synapse.message.Header
-
- getAsString(HeaderAttr, String) - Method in class de.otto.synapse.message.Header
-
- getChannelDurationBehind() - Method in class de.otto.synapse.channel.ChannelResponse
-
- getChannelDurationBehind() - Method in class de.otto.synapse.info.MessageReceiverNotification
-
- getChannelInfoFor(String) - Method in class de.otto.synapse.info.MessageReceiverEndpointInfos
-
- getChannelName() - Method in class de.otto.synapse.channel.ChannelResponse
-
- getChannelName() - Method in class de.otto.synapse.endpoint.AbstractMessageEndpoint
-
Returns the name of the channel.
- getChannelName() - Method in interface de.otto.synapse.endpoint.MessageEndpoint
-
Returns the name of the channel.
- getChannelName() - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageLogReceiverEndpoint
-
- getChannelName() - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageQueueReceiverEndpoint
-
- getChannelName() - Method in class de.otto.synapse.endpoint.sender.DelegateMessageSenderEndpoint
-
- getChannelName() - Method in class de.otto.synapse.eventsource.AbstractEventSource
-
- getChannelName() - Method in class de.otto.synapse.eventsource.DelegateEventSource
-
Returns the name of the EventSource.
- getChannelName() - Method in interface de.otto.synapse.eventsource.EventSource
-
Returns the name of the EventSource.
- getChannelName() - Method in class de.otto.synapse.info.MessageReceiverEndpointInfo
-
- getChannelName() - Method in class de.otto.synapse.info.MessageReceiverNotification
-
- getChannelName() - Method in class de.otto.synapse.info.SnapshotReaderNotification
-
- getChannelName() - Method in class de.otto.synapse.messagestore.MessageStoreEntry
-
Returns the channel name of the channel that was used to transmit the
message.
- getChannelNames() - Method in class de.otto.synapse.messagestore.CompactingConcurrentMapMessageStore
-
- getChannelNames() - Method in class de.otto.synapse.messagestore.CompactingInMemoryMessageStore
-
- getChannelNames() - Method in class de.otto.synapse.messagestore.DelegatingSnapshotMessageStore
-
- getChannelNames() - Method in class de.otto.synapse.messagestore.InMemoryMessageStore
-
- getChannelNames() - Method in class de.otto.synapse.messagestore.InMemoryRingBufferMessageStore
-
- getChannelNames() - Method in interface de.otto.synapse.messagestore.MessageStore
-
Returns a set containing the channel names of the messages contained in the MessageStore
- getChannelPosition() - Method in class de.otto.synapse.channel.ChannelResponse
-
- getConsumerProcess() - Method in class de.otto.synapse.configuration.SynapseProperties
-
- getDefaultHeaders() - Method in class de.otto.synapse.configuration.SynapseProperties.Receiver
-
- getDefaultHeaders() - Method in class de.otto.synapse.configuration.SynapseProperties.Sender
-
- getDelegate() - Method in class de.otto.synapse.eventsource.DelegateEventSource
-
- getDurationBehind() - Method in class de.otto.synapse.channel.ChannelDurationBehind
-
- getDurationBehind() - Method in class de.otto.synapse.channel.ShardResponse
-
- getDurationBehind() - Method in class de.otto.synapse.info.MessageReceiverEndpointInfo
-
- getEndpointType() - Method in interface de.otto.synapse.endpoint.MessageEndpoint
-
- getEndpointType() - Method in class de.otto.synapse.endpoint.receiver.AbstractMessageReceiverEndpoint
-
- getEndpointType() - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageLogReceiverEndpoint
-
- getEndpointType() - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageQueueReceiverEndpoint
-
- getEndpointType() - Method in class de.otto.synapse.endpoint.sender.AbstractMessageSenderEndpoint
-
- getEndpointType() - Method in class de.otto.synapse.endpoint.sender.DelegateMessageSenderEndpoint
-
- getFilterValues() - Method in class de.otto.synapse.messagestore.MessageStoreEntry
-
Extra filtering information about the entry.
- getHeader() - Method in class de.otto.synapse.message.Message
-
- getIndexes() - Method in class de.otto.synapse.messagestore.CalculatedValueIndexer
-
- getIndexes() - Method in class de.otto.synapse.messagestore.CompactingConcurrentMapMessageStore
-
- getIndexes() - Method in class de.otto.synapse.messagestore.CompactingInMemoryMessageStore
-
- getIndexes() - Method in class de.otto.synapse.messagestore.CompositeIndexer
-
- getIndexes() - Method in class de.otto.synapse.messagestore.DelegatingSnapshotMessageStore
-
- getIndexes() - Method in interface de.otto.synapse.messagestore.Indexer
-
Returns the indexes supported by this Indexer.
- getIndexes() - Method in class de.otto.synapse.messagestore.InMemoryMessageStore
-
- getIndexes() - Method in class de.otto.synapse.messagestore.InMemoryRingBufferMessageStore
-
- getIndexes() - Method in interface de.otto.synapse.messagestore.MessageStore
-
- getIndexes() - Method in class de.otto.synapse.messagestore.StaticValueIndexer
-
- getInfos() - Method in class de.otto.synapse.info.MessageReceiverEndpointInfoProvider
-
- getInterceptor() - Method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
-
Returns the MessageInterceptor of the registration.
- getInterceptorChain() - Method in class de.otto.synapse.endpoint.AbstractMessageEndpoint
-
- getInterceptorChain() - Method in interface de.otto.synapse.endpoint.MessageEndpoint
-
- getInterceptorChain(String, EndpointType) - Method in class de.otto.synapse.endpoint.MessageInterceptorRegistry
-
- getInterceptorChain() - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageLogReceiverEndpoint
-
- getInterceptorChain() - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageQueueReceiverEndpoint
-
- getInterceptorChain() - Method in class de.otto.synapse.endpoint.sender.DelegateMessageSenderEndpoint
-
- getInterceptors() - Method in class de.otto.synapse.endpoint.InterceptorChain
-
- getKey() - Method in class de.otto.synapse.message.Message
-
- getLatestChannelPosition(String) - Method in class de.otto.synapse.messagestore.CompactingConcurrentMapMessageStore
-
- getLatestChannelPosition(String) - Method in class de.otto.synapse.messagestore.CompactingInMemoryMessageStore
-
- getLatestChannelPosition(String) - Method in class de.otto.synapse.messagestore.DelegatingSnapshotMessageStore
-
- getLatestChannelPosition() - Method in class de.otto.synapse.messagestore.DelegatingSnapshotMessageStore
-
Deprecated.
- getLatestChannelPosition(String) - Method in class de.otto.synapse.messagestore.InMemoryMessageStore
-
- getLatestChannelPosition(String) - Method in class de.otto.synapse.messagestore.InMemoryRingBufferMessageStore
-
- getLatestChannelPosition(String) - Method in interface de.otto.synapse.messagestore.MessageStore
-
Returns the latest
ChannelPosition of the given channel, derived from the messages contained in this
MessageStore.
- getLatestChannelPosition() - Method in interface de.otto.synapse.messagestore.MessageStore
-
Deprecated.
- getMessage() - Method in class de.otto.synapse.info.MessageReceiverEndpointInfo
-
- getMessage() - Method in class de.otto.synapse.info.MessageReceiverNotification
-
- getMessage() - Method in class de.otto.synapse.info.SnapshotReaderNotification
-
- getMessageDispatcher() - Method in class de.otto.synapse.endpoint.receiver.AbstractMessageReceiverEndpoint
-
Returns the MessageDispatcher that is used to dispatch messages.
- getMessageDispatcher() - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageLogReceiverEndpoint
-
- getMessageDispatcher() - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageQueueReceiverEndpoint
-
- getMessageDispatcher() - Method in interface de.otto.synapse.endpoint.receiver.MessageReceiverEndpoint
-
Returns the MessageDispatcher that is used to dispatch messages.
- getMessageDispatcher() - Method in class de.otto.synapse.eventsource.AbstractEventSource
-
Returns the MessageDispatcher used to register
consumers at the EventSource.
- getMessageDispatcher() - Method in class de.otto.synapse.eventsource.DelegateEventSource
-
Returns registered EventConsumers.
- getMessageDispatcher() - Method in interface de.otto.synapse.eventsource.EventSource
-
Returns the MessageDispatcher used by the EventSource to translate and sent incoming messages to the
registered
message consumers.
- getMessageLogReceiverEndpoint() - Method in class de.otto.synapse.eventsource.AbstractEventSource
-
- getMessageLogReceiverEndpoint() - Method in class de.otto.synapse.eventsource.DelegateEventSource
-
Returns the MessageLogReceiverEndpoint used by the EventSource to consume events.
- getMessageLogReceiverEndpoint() - Method in interface de.otto.synapse.eventsource.EventSource
-
Returns the MessageLogReceiverEndpoint used by the EventSource to consume events.
- getMessages() - Method in class de.otto.synapse.channel.ChannelResponse
-
- getMessages() - Method in class de.otto.synapse.channel.ShardResponse
-
- getName() - Method in class de.otto.synapse.configuration.SynapseProperties.Sender
-
- getName() - Method in class de.otto.synapse.messagestore.CompactingConcurrentMapMessageStore
-
- getName() - Method in class de.otto.synapse.messagestore.CompactingInMemoryMessageStore
-
- getName() - Method in class de.otto.synapse.messagestore.DelegatingSnapshotMessageStore
-
- getName() - Method in class de.otto.synapse.messagestore.Index
-
Returns the field name used to store the indexed value.
- getName() - Method in class de.otto.synapse.messagestore.InMemoryMessageStore
-
- getName() - Method in class de.otto.synapse.messagestore.InMemoryRingBufferMessageStore
-
- getName() - Method in interface de.otto.synapse.messagestore.MessageStore
-
Returns the name of the message store.
- getName() - Method in class de.otto.synapse.state.ConcurrentMapStateRepository
-
- getName() - Method in class de.otto.synapse.state.DelegatingStateRepository
-
- getName() - Method in interface de.otto.synapse.state.StateRepository
-
The unique name of the StateRepository.
- getOrder() - Method in class de.otto.synapse.annotation.EventSourceConsumerBeanPostProcessor
-
- getOrder() - Method in class de.otto.synapse.annotation.MessageInterceptorBeanPostProcessor
-
- getOrder() - Method in class de.otto.synapse.annotation.MessageQueueConsumerBeanPostProcessor
-
- getOrder() - Method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
-
- getPayload() - Method in class de.otto.synapse.message.Message
-
- getPhase() - Method in class de.otto.synapse.endpoint.receiver.MessageQueueConsumerProcess
-
- getPhase() - Method in class de.otto.synapse.eventsource.EventSourceConsumerProcess
-
- getReceiver() - Method in class de.otto.synapse.configuration.SynapseProperties
-
- getRegistrations(String, EndpointType) - Method in class de.otto.synapse.endpoint.MessageInterceptorRegistry
-
- getSender() - Method in class de.otto.synapse.configuration.SynapseProperties
-
- getShardDurationsBehind() - Method in class de.otto.synapse.channel.ChannelDurationBehind
-
- getShardName() - Method in class de.otto.synapse.channel.ShardResponse
-
- getShardNames() - Method in class de.otto.synapse.channel.ChannelResponse
-
- getShardPosition() - Method in class de.otto.synapse.channel.ShardResponse
-
- getShardPosition() - Method in class de.otto.synapse.message.Header
-
- getShardResponses() - Method in class de.otto.synapse.channel.ChannelResponse
-
- getSnapshotTimestamp() - Method in class de.otto.synapse.info.SnapshotReaderNotification
-
- getSnapshotTimestamp() - Method in class de.otto.synapse.messagestore.DelegatingSnapshotMessageStore
-
- getSnapshotTimestamp() - Method in interface de.otto.synapse.messagestore.SnapshotMessageStore
-
- getStatus() - Method in class de.otto.synapse.info.MessageReceiverEndpointInfo
-
- getStatus() - Method in class de.otto.synapse.info.MessageReceiverNotification
-
- getStatus() - Method in class de.otto.synapse.info.SnapshotReaderNotification
-
- getTextMessage() - Method in class de.otto.synapse.messagestore.MessageStoreEntry
-
The message transmitted over the
channel
- objectMapper() - Method in class de.otto.synapse.configuration.SynapseAutoConfiguration
-
- ObjectMappers - Class in de.otto.synapse.translator
-
Manages the ObjectMapper used by Synapse applications for serialization and deserialization purposes.
- of(String, Class<T>, Consumer<Message<T>>) - Static method in interface de.otto.synapse.consumer.MessageConsumer
-
- of() - Static method in class de.otto.synapse.message.Header
-
- of(ImmutableMap<String, String>) - Static method in class de.otto.synapse.message.Header
-
- of(ShardPosition, ImmutableMap<String, String>) - Static method in class de.otto.synapse.message.Header
-
- of(ShardPosition) - Static method in class de.otto.synapse.message.Header
-
- of() - Static method in interface de.otto.synapse.message.Key
-
Key used for messages that do not have a distinguished key.
- of(String) - Static method in interface de.otto.synapse.message.Key
-
Creates a simple Key where the same string is used for partitioning and compaction purposes.
- of(String, String) - Static method in interface de.otto.synapse.message.Key
-
Creates a compound Key, consisting of separate partion- and compaction-keys.
- of(Message<String>) - Static method in class de.otto.synapse.message.TextMessage
-
- of(Key, Header, String) - Static method in class de.otto.synapse.message.TextMessage
-
Factory method used to create a TextMessage from key, header and payload parameters.
- of(String, Header, String) - Static method in class de.otto.synapse.message.TextMessage
-
Factory method used to create a TextMessage from key, header and payload parameters.
- of(Key, String) - Static method in class de.otto.synapse.message.TextMessage
-
Factory method used to create a TextMessage from key and payload parameters.
- of(String, String) - Static method in class de.otto.synapse.message.TextMessage
-
Factory method used to create a TextMessage from key and payload parameters.
- of(String, TextMessage) - Static method in class de.otto.synapse.messagestore.MessageStoreEntry
-
Creates a new entry from channelName and the textMessage.
- of(String, ImmutableMap<Index, String>, TextMessage) - Static method in class de.otto.synapse.messagestore.MessageStoreEntry
-
Creates a new entry from channelName, filterValues and the textMessage.
- on(MessageReceiverNotification) - Method in class de.otto.synapse.info.MessageReceiverEndpointInfoProvider
-
- ORIGIN - Static variable in class de.otto.synapse.messagestore.Index
-
- originIndexer(String) - Static method in class de.otto.synapse.messagestore.Indexers
-
Returns an Indexer that is indexing all entries with static value that is identifying the origin of some message.
- overrideObjectMapper(ObjectMapper) - Static method in class de.otto.synapse.translator.ObjectMappers
-
Overrides the object mapper actually used by Synapse.
- Selector - Interface in de.otto.synapse.channel.selector
-
- send(Message<T>) - Method in class de.otto.synapse.endpoint.sender.AbstractMessageSenderEndpoint
-
Sends a
Message to the message channel.
- send(Message<T>) - Method in class de.otto.synapse.endpoint.sender.DelegateMessageSenderEndpoint
-
- send(Message<T>) - Method in interface de.otto.synapse.endpoint.sender.MessageSenderEndpoint
-
Send a single
Message to the channel.
- sendBatch(Stream<Message<T>>) - Method in class de.otto.synapse.endpoint.sender.AbstractMessageSenderEndpoint
-
Sends a stream of messages to the message channel as one or more batches, if
batches are supported by the infrastructure.
- sendBatch(Stream<Message<T>>) - Method in class de.otto.synapse.endpoint.sender.DelegateMessageSenderEndpoint
-
- sendBatch(Stream<Message<T>>) - Method in interface de.otto.synapse.endpoint.sender.MessageSenderEndpoint
-
Send a batch of
messages to the channel.
- senderChannelsWith(MessageInterceptor) - Static method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
-
- senderChannelsWith(MessageInterceptor, int) - Static method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
-
- SERVICE_INSTANCE - Static variable in class de.otto.synapse.messagestore.Index
-
- serviceInstanceIndexer(String) - Static method in class de.otto.synapse.messagestore.Indexers
-
Returns an Indexer that is indexing all entries with static value that is identifying the service-instance that
has added the message to the MessageStore.
- setApplicationContext(ApplicationContext) - Method in class de.otto.synapse.annotation.EventSourceConsumerBeanPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class de.otto.synapse.annotation.MessageInterceptorBeanPostProcessor
-
- setApplicationContext(ApplicationContext) - Method in class de.otto.synapse.annotation.MessageQueueConsumerBeanPostProcessor
-
- setEnabled(boolean) - Method in class de.otto.synapse.configuration.SynapseProperties.ConsumerProcess
-
- setEnabled(boolean) - Method in class de.otto.synapse.configuration.SynapseProperties.Receiver.DefaultHeaders
-
- setEnabled(boolean) - Method in class de.otto.synapse.configuration.SynapseProperties.Sender.DefaultHeaders
-
- setEnvironment(Environment) - Method in class de.otto.synapse.annotation.EventSourceBeanRegistrar
-
Set the Environment that this component runs in.
- setEnvironment(Environment) - Method in class de.otto.synapse.annotation.MessageQueueReceiverEndpointBeanRegistrar
-
Set the Environment that this component runs in.
- setEnvironment(Environment) - Method in class de.otto.synapse.annotation.MessageSenderEndpointBeanRegistrar
-
Set the Environment that this component runs in.
- setName(String) - Method in class de.otto.synapse.configuration.SynapseProperties.Sender
-
- shard(String) - Method in class de.otto.synapse.channel.ChannelPosition
-
- shardName() - Method in class de.otto.synapse.channel.ShardPosition
-
- ShardPosition - Class in de.otto.synapse.channel
-
- ShardResponse - Class in de.otto.synapse.channel
-
- shardResponse(ShardPosition, Duration, ImmutableList<TextMessage>) - Static method in class de.otto.synapse.channel.ShardResponse
-
- shardResponse(ShardPosition, Duration, TextMessage...) - Static method in class de.otto.synapse.channel.ShardResponse
-
- shards() - Method in class de.otto.synapse.channel.ChannelPosition
-
Returns a Set containing all shard names of this ChannelPosition.
- shutdown() - Static method in class de.otto.synapse.channel.StopCondition
-
Do not stop message consumption until the application is shutting down.
- SimpleKey - Class in de.otto.synapse.message
-
- size() - Method in class de.otto.synapse.messagestore.CompactingConcurrentMapMessageStore
-
- size() - Method in class de.otto.synapse.messagestore.CompactingInMemoryMessageStore
-
- size() - Method in class de.otto.synapse.messagestore.DelegatingSnapshotMessageStore
-
- size() - Method in class de.otto.synapse.messagestore.InMemoryMessageStore
-
- size() - Method in class de.otto.synapse.messagestore.InMemoryRingBufferMessageStore
-
- size() - Method in interface de.otto.synapse.messagestore.MessageStore
-
Returns the number of messages contained in the MessageStore.
- size() - Method in class de.otto.synapse.state.ChronicleMapStateRepository
-
- size() - Method in class de.otto.synapse.state.ConcurrentMapStateRepository
-
- size() - Method in class de.otto.synapse.state.DelegatingStateRepository
-
- size() - Method in interface de.otto.synapse.state.StateRepository
-
Returns the number of key-value mappings in this repository.
- SnapshotMessageStore - Interface in de.otto.synapse.messagestore
-
- SnapshotReaderNotification - Class in de.otto.synapse.info
-
- SnapshotReaderNotification(SnapshotReaderNotification.Builder) - Constructor for class de.otto.synapse.info.SnapshotReaderNotification
-
- SnapshotReaderNotification.Builder - Class in de.otto.synapse.info
-
- SnapshotReaderStatus - Enum in de.otto.synapse.info
-
- start() - Method in class de.otto.synapse.endpoint.receiver.MessageQueueConsumerProcess
-
- start() - Method in class de.otto.synapse.eventsource.EventSourceConsumerProcess
-
- startFrom() - Method in class de.otto.synapse.channel.ShardPosition
-
- StartFrom - Enum in de.otto.synapse.channel
-
- StatefulMessageConsumer<P,S> - Class in de.otto.synapse.consumer
-
- StatefulMessageConsumer(String, Class<P>, StateRepository<S>, Function<Message<P>, S>) - Constructor for class de.otto.synapse.consumer.StatefulMessageConsumer
-
Creates a StatefulMessageConsumer.
- StatefulMessageConsumer(String, Class<P>, StateRepository<S>, BiFunction<Optional<S>, Message<P>, S>) - Constructor for class de.otto.synapse.consumer.StatefulMessageConsumer
-
Creates a StatefulMessageConsumer.
- StatefulMessageConsumer(String, Class<P>, StateRepository<S>, Function<? super Message<P>, S>, Function<? super Message<P>, String>) - Constructor for class de.otto.synapse.consumer.StatefulMessageConsumer
-
Creates a StatefulMessageConsumer.
- StatefulMessageConsumer(String, Class<P>, StateRepository<S>, BiFunction<Optional<S>, ? super Message<P>, S>, Function<? super Message<P>, String>) - Constructor for class de.otto.synapse.consumer.StatefulMessageConsumer
-
Creates a StatefulMessageConsumer.
- StateRepository<V> - Interface in de.otto.synapse.state
-
A StateRepository is used to store the aggregated state of event-sourced entities.
- StaticValueIndexer - Class in de.otto.synapse.messagestore
-
An
Indexer that is creating a single
Index by setting the indexed value to some static text.
- StaticValueIndexer(Index, String) - Constructor for class de.otto.synapse.messagestore.StaticValueIndexer
-
Creates a StaticValueIndexer.
- stop() - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageLogReceiverEndpoint
-
- stop() - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageQueueReceiverEndpoint
-
- stop() - Method in interface de.otto.synapse.endpoint.receiver.MessageLogReceiverEndpoint
-
Stops consumption of messages and shuts down the MessageLogReceiverEndpoint.
- stop(Runnable) - Method in class de.otto.synapse.endpoint.receiver.MessageQueueConsumerProcess
-
- stop() - Method in class de.otto.synapse.endpoint.receiver.MessageQueueConsumerProcess
-
- stop() - Method in interface de.otto.synapse.endpoint.receiver.MessageQueueReceiverEndpoint
-
Stops consumption of messages and shuts down the MessageQueueReceiverEndpoint.
- stop() - Method in class de.otto.synapse.eventsource.AbstractEventSource
-
- stop() - Method in class de.otto.synapse.eventsource.DelegateEventSource
-
- stop() - Method in interface de.otto.synapse.eventsource.EventSource
-
- stop(Runnable) - Method in class de.otto.synapse.eventsource.EventSourceConsumerProcess
-
- stop() - Method in class de.otto.synapse.eventsource.EventSourceConsumerProcess
-
- StopCondition - Class in de.otto.synapse.channel
-
Conditions used in
receiver endpoints to
specify under which circumstances message consumption should stop.
- stream() - Method in class de.otto.synapse.info.MessageReceiverEndpointInfos
-
- stream() - Method in class de.otto.synapse.messagestore.CompactingConcurrentMapMessageStore
-
- stream(Index, String) - Method in class de.otto.synapse.messagestore.CompactingConcurrentMapMessageStore
-
- stream() - Method in class de.otto.synapse.messagestore.CompactingInMemoryMessageStore
-
- stream(Index, String) - Method in class de.otto.synapse.messagestore.CompactingInMemoryMessageStore
-
- stream() - Method in class de.otto.synapse.messagestore.DelegatingSnapshotMessageStore
-
- stream(Index, String) - Method in class de.otto.synapse.messagestore.DelegatingSnapshotMessageStore
-
- stream() - Method in class de.otto.synapse.messagestore.InMemoryMessageStore
-
- stream(Index, String) - Method in class de.otto.synapse.messagestore.InMemoryMessageStore
-
- stream() - Method in class de.otto.synapse.messagestore.InMemoryRingBufferMessageStore
-
- stream(Index, String) - Method in class de.otto.synapse.messagestore.InMemoryRingBufferMessageStore
-
- stream() - Method in interface de.otto.synapse.messagestore.MessageStore
-
Returns a Stream of all entries contained in the MessageStore.
- stream(Index, String) - Method in interface de.otto.synapse.messagestore.MessageStore
-
Returns a Stream of all entries contained in the MessageStore that have are matching the given Index value
(optional operation).
- supplyAsyncIfLeader(String, Supplier<T>) - Method in interface de.otto.synapse.leaderelection.LeaderElection
-
Asynchronously executes the supplier, if the current thread is able to become the leader
by optaining the specified lock.
- supplyAsyncIfLeader(String, Supplier<T>, Executor) - Method in interface de.otto.synapse.leaderelection.LeaderElection
-
Asynchronously executes the supplier, if the current thread is able to become the leader
by optaining the specified lock.
- supplyIfLeader(String, Supplier<T>) - Method in interface de.otto.synapse.leaderelection.LeaderElection
-
Synchronously executes the supplier, if the current thread is able to become the leader
by optaining the specified lock.
- supports(Index) - Method in class de.otto.synapse.messagestore.CalculatedValueIndexer
-
- supports(Index) - Method in class de.otto.synapse.messagestore.CompositeIndexer
-
- supports(Index) - Method in interface de.otto.synapse.messagestore.Indexer
-
- supports(Index) - Method in class de.otto.synapse.messagestore.StaticValueIndexer
-
- SYNAPSE_MSG_COMPACTIONKEY - Static variable in enum de.otto.synapse.translator.MessageFormat
-
- SYNAPSE_MSG_FORMAT - Static variable in enum de.otto.synapse.translator.MessageFormat
-
- SYNAPSE_MSG_HEADERS - Static variable in enum de.otto.synapse.translator.MessageFormat
-
- SYNAPSE_MSG_KEY - Static variable in enum de.otto.synapse.translator.MessageFormat
-
- SYNAPSE_MSG_PARTITIONKEY - Static variable in enum de.otto.synapse.translator.MessageFormat
-
- SYNAPSE_MSG_PAYLOAD - Static variable in enum de.otto.synapse.translator.MessageFormat
-
- SynapseAutoConfiguration - Class in de.otto.synapse.configuration
-
- SynapseAutoConfiguration() - Constructor for class de.otto.synapse.configuration.SynapseAutoConfiguration
-
- SynapseProperties - Class in de.otto.synapse.configuration
-
- SynapseProperties(String) - Constructor for class de.otto.synapse.configuration.SynapseProperties
-
- SynapseProperties.ConsumerProcess - Class in de.otto.synapse.configuration
-
- SynapseProperties.Receiver - Class in de.otto.synapse.configuration
-
- SynapseProperties.Receiver.DefaultHeaders - Class in de.otto.synapse.configuration
-
- SynapseProperties.Sender - Class in de.otto.synapse.configuration
-
- SynapseProperties.Sender.DefaultHeaders - Class in de.otto.synapse.configuration
-
- valueOf(String) - Static method in enum de.otto.synapse.channel.StartFrom
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.otto.synapse.endpoint.DefaultSenderHeadersInterceptor.Capability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.otto.synapse.endpoint.EndpointType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.otto.synapse.info.MessageReceiverStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.otto.synapse.info.SnapshotReaderStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.otto.synapse.message.DefaultHeaderAttr
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class de.otto.synapse.messagestore.Index
-
- valueOf(String) - Static method in enum de.otto.synapse.translator.MessageFormat
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.otto.synapse.channel.StartFrom
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.otto.synapse.endpoint.DefaultSenderHeadersInterceptor.Capability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.otto.synapse.endpoint.EndpointType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.otto.synapse.info.MessageReceiverStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.otto.synapse.info.SnapshotReaderStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.otto.synapse.message.DefaultHeaderAttr
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum de.otto.synapse.translator.MessageFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- versionOf(String) - Static method in enum de.otto.synapse.translator.MessageFormat
-
Determines the MessageFormat from the string representation of some message.