Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractEventSource - Class in de.otto.synapse.eventsource
 
AbstractEventSource(MessageLogReceiverEndpoint) - Constructor for class de.otto.synapse.eventsource.AbstractEventSource
 
AbstractMessageEndpoint - Class in de.otto.synapse.endpoint
Endpoint that is used by an application to access the messaging infrastructure to send or receive messages.
AbstractMessageEndpoint(String, MessageInterceptorRegistry) - Constructor for class de.otto.synapse.endpoint.AbstractMessageEndpoint
Constructor used to create a new AbstractMessageEndpoint.
AbstractMessageLogReceiverEndpoint - Class in de.otto.synapse.endpoint.receiver
Receiver-side MessageEndpoint endpoint of a Message Channel that matches random-access like reading of messages using ChannelPositions.
AbstractMessageLogReceiverEndpoint(String, MessageInterceptorRegistry, ApplicationEventPublisher) - Constructor for class de.otto.synapse.endpoint.receiver.AbstractMessageLogReceiverEndpoint
 
AbstractMessageReceiverEndpoint - Class in de.otto.synapse.endpoint.receiver
Receiver-side MessageEndpoint endpoint of a Message Channel Message Endpoint
AbstractMessageReceiverEndpoint(String, MessageInterceptorRegistry, ApplicationEventPublisher) - Constructor for class de.otto.synapse.endpoint.receiver.AbstractMessageReceiverEndpoint
 
AbstractMessageSenderEndpoint - Class in de.otto.synapse.endpoint.sender
Sender-side MessageEndpoint endpoint of a Message Channel with support for message translation.
AbstractMessageSenderEndpoint(String, MessageInterceptorRegistry, MessageTranslator<String>) - Constructor for class de.otto.synapse.endpoint.sender.AbstractMessageSenderEndpoint
Constructor used to create a new MessageEndpoint.
accept(Message<String>) - Method in class de.otto.synapse.consumer.MessageDispatcher
Accepts a message with JSON String payload, dispatches this method to the different registered consumers if their MessageConsumer.keyPattern() matches, and translates the JSON payload into the expected MessageConsumer.payloadType() of the receiving MessageConsumer.
accept(Message<T>) - Method in class de.otto.synapse.consumer.MethodInvokingMessageConsumer
 
accept(Message<P>) - Method in class de.otto.synapse.consumer.StatefulMessageConsumer
 
add(MessageConsumer<?>) - Method in class de.otto.synapse.consumer.MessageDispatcher
 
add(String) - Method in class de.otto.synapse.info.MessageReceiverEndpointInfos
 
add(Message<String>) - Method in class de.otto.synapse.messagestore.CompactingConcurrentMapMessageStore
 
add(Message<String>) - Method in class de.otto.synapse.messagestore.CompactingInMemoryMessageStore
 
add(Message<String>) - Method in class de.otto.synapse.messagestore.InMemoryMessageStore
 
add(Message<String>) - Method in class de.otto.synapse.messagestore.InMemoryRingBufferMessageStore
Adds a Message to the MessageStore.
add(Message<String>) - Method in interface de.otto.synapse.messagestore.WritableMessageStore
 
addDefaultHeaders(Message<String>) - Method in class de.otto.synapse.endpoint.DefaultReceiverHeadersInterceptor
 
addDefaultHeaders(Message<String>) - Method in class de.otto.synapse.endpoint.DefaultSenderHeadersInterceptor
 
allChannelsWith(MessageInterceptor) - Static method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
Creates a MessageInterceptorRegistration that is used to register a MessageInterceptor in all channels, at the sender-side as well as at the receiver-side.
allChannelsWith(MessageInterceptor, int) - Static method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
Creates a MessageInterceptorRegistration that is used to register a MessageInterceptor in all channels, at the sender-side as well as at the receiver-side.
arrivalTimestampAfterNow() - Static method in class de.otto.synapse.channel.StopCondition
Returns a stop condition that is true if at least one message contained in the ShardResponse has arrived after creating the predicate.
arrivalTimestampAfterNow(Clock) - Static method in class de.otto.synapse.channel.StopCondition
Returns a stop condition that is true if at least one message contained in the ShardResponse has arrived after creating the predicate.
atPosition(String, String) - Static method in class de.otto.synapse.channel.ShardPosition
 

B

beanNameForEventSource(String) - Static method in class de.otto.synapse.annotation.BeanNameHelper
 
beanNameForMessageLogReceiverEndpoint(String) - Static method in class de.otto.synapse.annotation.BeanNameHelper
 
beanNameForMessageQueueReceiverEndpoint(String) - Static method in class de.otto.synapse.annotation.BeanNameHelper
 
beanNameForMessageSenderEndpoint(String) - Static method in class de.otto.synapse.annotation.BeanNameHelper
 
BeanNameHelper - Class in de.otto.synapse.annotation
 
BeanNameHelper() - Constructor for class de.otto.synapse.annotation.BeanNameHelper
 
build() - Method in class de.otto.synapse.channel.ChannelDurationBehind.Builder
 
build() - Method in class de.otto.synapse.info.MessageReceiverEndpointInfo.Builder
 
build() - Method in class de.otto.synapse.info.MessageReceiverNotification.Builder
 
build() - Method in class de.otto.synapse.info.SnapshotReaderNotification.Builder
 
build() - Method in class de.otto.synapse.message.Header.Builder
 
build() - Method in class de.otto.synapse.message.Message.Builder
 
build() - Method in class de.otto.synapse.state.ChronicleMapStateRepository.Builder
 
Builder() - Constructor for class de.otto.synapse.channel.ChannelDurationBehind.Builder
 
builder() - Static method in class de.otto.synapse.info.MessageReceiverEndpointInfo
 
builder(MessageReceiverEndpointInfo) - Static method in class de.otto.synapse.info.MessageReceiverEndpointInfo
 
builder() - Static method in class de.otto.synapse.info.MessageReceiverNotification
 
builder(MessageReceiverNotification) - Static method in class de.otto.synapse.info.MessageReceiverNotification
 
Builder() - Constructor for class de.otto.synapse.info.MessageReceiverNotification.Builder
 
builder() - Static method in class de.otto.synapse.info.SnapshotReaderNotification
 
builder(SnapshotReaderNotification) - Static method in class de.otto.synapse.info.SnapshotReaderNotification
 
Builder() - Constructor for class de.otto.synapse.info.SnapshotReaderNotification.Builder
 
builder() - Static method in class de.otto.synapse.message.Header
 
Builder() - Constructor for class de.otto.synapse.message.Header.Builder
 
builder(Class<P>) - Static method in class de.otto.synapse.message.Message
 
Builder() - Constructor for class de.otto.synapse.message.Message.Builder
 
builder(Class<V>) - Static method in class de.otto.synapse.state.ChronicleMapStateRepository
 
buildEventSource(MessageLogReceiverEndpoint) - Method in interface de.otto.synapse.eventsource.EventSourceBuilder
Should build an event source for a given stream name.
byteBufferMessage(Key, ByteBuffer) - Static method in class de.otto.synapse.message.Messages
 
byteBufferMessage(Key, Header, ByteBuffer) - Static method in class de.otto.synapse.message.Messages
 
byteBufferMessage(Key, String) - Static method in class de.otto.synapse.message.Messages
 
byteBufferMessage(Key, Header, String) - Static method in class de.otto.synapse.message.Messages
 

C

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
 
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
 
ChronicleMapStateRepository.Builder<V> - Class in de.otto.synapse.state
 
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
 
CompactingConcurrentMapMessageStore - Class in de.otto.synapse.messagestore
Concurrent implementation of a MessageStore that is compacting messages by of.
CompactingConcurrentMapMessageStore() - Constructor for class de.otto.synapse.messagestore.CompactingConcurrentMapMessageStore
 
CompactingConcurrentMapMessageStore(boolean) - Constructor for class de.otto.synapse.messagestore.CompactingConcurrentMapMessageStore
 
CompactingConcurrentMapMessageStore(boolean, ConcurrentMap<String, Serializable>) - 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 messages by of.
CompactingInMemoryMessageStore() - Constructor for class de.otto.synapse.messagestore.CompactingInMemoryMessageStore
 
CompactingInMemoryMessageStore(boolean) - 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
 
CompoundKey - Class in de.otto.synapse.message
 
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).
ConcurrentHashMapStateRepository<V> - Class in de.otto.synapse.state
 
ConcurrentHashMapStateRepository() - Constructor for class de.otto.synapse.state.ConcurrentHashMapStateRepository
 
ConcurrentMapStateRepository<V> - Class in de.otto.synapse.state
 
ConcurrentMapStateRepository(ConcurrentMap<String, V>) - Constructor for class de.otto.synapse.state.ConcurrentMapStateRepository
 
configureMessageInterceptors(MessageInterceptorRegistry) - Method in interface de.otto.synapse.configuration.MessageEndpointConfigurer
Registers message interceptors used to intercept messages at the sender- and/or receiver-side.
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(Message) 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.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
Creates and returns a MessageLogReceiverEndpoint for a messaging channel.
create(String) - Method in interface de.otto.synapse.endpoint.receiver.MessageQueueReceiverEndpointFactory
Creates and returns a MessageQueueReceiverEndpoint for a messaging channel.
create(String) - Method in interface de.otto.synapse.endpoint.sender.MessageSenderEndpointFactory
Creates and returns a AbstractMessageSenderEndpoint for a messaging channel.
createMessageStoreFor(String) - Method in interface de.otto.synapse.messagestore.MessageStoreFactory
Creates and returns a MessageStore.
currentObjectMapper() - Static method in class de.otto.synapse.translator.ObjectMappers
 

D

de.otto.synapse.annotation - package de.otto.synapse.annotation
 
de.otto.synapse.channel - package de.otto.synapse.channel
 
de.otto.synapse.channel.selector - package de.otto.synapse.channel.selector
 
de.otto.synapse.configuration - package de.otto.synapse.configuration
 
de.otto.synapse.consumer - package de.otto.synapse.consumer
 
de.otto.synapse.endpoint - package de.otto.synapse.endpoint
 
de.otto.synapse.endpoint.receiver - package de.otto.synapse.endpoint.receiver
 
de.otto.synapse.endpoint.sender - package de.otto.synapse.endpoint.sender
 
de.otto.synapse.eventsource - package de.otto.synapse.eventsource
 
de.otto.synapse.info - package de.otto.synapse.info
 
de.otto.synapse.logging - package de.otto.synapse.logging
 
de.otto.synapse.message - package de.otto.synapse.message
 
de.otto.synapse.messagestore - package de.otto.synapse.messagestore
 
de.otto.synapse.state - package de.otto.synapse.state
 
de.otto.synapse.translator - package de.otto.synapse.translator
 
decode(String) - Static method in class de.otto.synapse.translator.MessageCodec
 
decode(String, Header.Builder, Message.Builder<String>) - Static method in class de.otto.synapse.translator.MessageCodec
 
DefaultEventSource - Class in de.otto.synapse.eventsource
 
DefaultEventSource(MessageStore, MessageLogReceiverEndpoint) - Constructor for class de.otto.synapse.eventsource.DefaultEventSource
 
DefaultHeaderAttr - Enum in de.otto.synapse.message
 
DefaultHeaders() - Constructor for class de.otto.synapse.configuration.SynapseProperties.Receiver.DefaultHeaders
 
DefaultHeaders() - Constructor for class de.otto.synapse.configuration.SynapseProperties.Sender.DefaultHeaders
 
defaultMessageFormat() - Static method in enum de.otto.synapse.translator.MessageFormat
Returns the default message format used by Synapse to encode messages.
defaultObjectMapper() - Static method in class de.otto.synapse.translator.ObjectMappers
 
defaultReceiverHeadersInterceptor(SynapseProperties) - Method in class de.otto.synapse.configuration.SynapseAutoConfiguration
Configures a MessageInterceptor that is used to add some default message headers when messages are received by a MessageReceiverEndpoint.
DefaultReceiverHeadersInterceptor - Class in de.otto.synapse.endpoint
A message interceptor that is able to add some commonly required header attributes in Synapse services.
DefaultReceiverHeadersInterceptor(SynapseProperties) - Constructor for class de.otto.synapse.endpoint.DefaultReceiverHeadersInterceptor
Creates a new DefaultReceiverHeadersInterceptor with default configuration.
DefaultReceiverHeadersInterceptor(SynapseProperties, Clock) - Constructor for class de.otto.synapse.endpoint.DefaultReceiverHeadersInterceptor
Creates an instance of DefaultReceiverHeadersInterceptor for testing purposes.
defaultSenderHeadersInterceptor(SynapseProperties) - Method in class de.otto.synapse.configuration.SynapseAutoConfiguration
Configures a MessageInterceptor that is used to add some default message headers when messages are sent to a MessageSenderEndpoint.
DefaultSenderHeadersInterceptor - Class in de.otto.synapse.endpoint
A message interceptor that is able to add some commonly required header attributes in Synapse services.
DefaultSenderHeadersInterceptor(SynapseProperties) - Constructor for class de.otto.synapse.endpoint.DefaultSenderHeadersInterceptor
Creates a new DefaultSenderHeadersInterceptor with default configuration.
DefaultSenderHeadersInterceptor(SynapseProperties, Set<DefaultSenderHeadersInterceptor.Capability>, Clock) - Constructor for class de.otto.synapse.endpoint.DefaultSenderHeadersInterceptor
Creates an instance of DefaultSenderHeadersInterceptor with enhanced configuration options.
DefaultSenderHeadersInterceptor.Capability - Enum in de.otto.synapse.endpoint
Capabilities of the DefaultSenderHeadersInterceptor.
DelegateEventSource - Class in de.otto.synapse.eventsource
 
DelegateEventSource(String, EventSourceBuilder, ApplicationContext) - Constructor for class de.otto.synapse.eventsource.DelegateEventSource
 
DelegateMessageLogReceiverEndpoint - Class in de.otto.synapse.endpoint.receiver
 
DelegateMessageLogReceiverEndpoint(String, MessageLogReceiverEndpointFactory) - Constructor for class de.otto.synapse.endpoint.receiver.DelegateMessageLogReceiverEndpoint
 
DelegateMessageQueueReceiverEndpoint - Class in de.otto.synapse.endpoint.receiver
 
DelegateMessageQueueReceiverEndpoint(String, MessageQueueReceiverEndpointFactory) - Constructor for class de.otto.synapse.endpoint.receiver.DelegateMessageQueueReceiverEndpoint
 
DelegateMessageSenderEndpoint - Class in de.otto.synapse.endpoint.sender
 
DelegateMessageSenderEndpoint(String, Class<? extends Selector>, List<MessageSenderEndpointFactory>) - Constructor for class de.otto.synapse.endpoint.sender.DelegateMessageSenderEndpoint
 
DelegatingSnapshotMessageStore - Class in de.otto.synapse.messagestore
 
DelegatingSnapshotMessageStore(MessageStore) - Constructor for class de.otto.synapse.messagestore.DelegatingSnapshotMessageStore
 
DelegatingStateRepository<V> - Class in de.otto.synapse.state
 
DelegatingStateRepository(StateRepository<V>) - Constructor for class de.otto.synapse.state.DelegatingStateRepository
 
doSend(Message<String>) - Method in class de.otto.synapse.endpoint.sender.AbstractMessageSenderEndpoint
 
doSendBatch(Stream<Message<String>>) - Method in class de.otto.synapse.endpoint.sender.AbstractMessageSenderEndpoint
 

E

emptyMessageStore() - Static method in class de.otto.synapse.messagestore.MessageStores
 
emptyResponse() - Static method in class de.otto.synapse.channel.StopCondition
Returns a stop condition that is true if the ShardResponse does not contain any messages.
EnableEventSource - Annotation Type in de.otto.synapse.annotation
Enables auto-configuration of event sources.
EnableEventSources - Annotation Type in de.otto.synapse.annotation
 
EnableEventSourcing - Annotation Type in de.otto.synapse.annotation
Enables auto-configuration of event sources for applications that do not use annotation-based configuration of event sources using EnableEventSource.
EnableMessageQueueReceiverEndpoint - Annotation Type in de.otto.synapse.annotation
 
EnableMessageQueueReceiverEndpoints - Annotation Type in de.otto.synapse.annotation
 
EnableMessageSenderEndpoint - Annotation Type in de.otto.synapse.annotation
 
EnableMessageSenderEndpoints - Annotation Type in de.otto.synapse.annotation
 
encode(Message<String>) - Static method in class de.otto.synapse.translator.MessageCodec
 
encode(Message<String>, MessageFormat) - Static method in class de.otto.synapse.translator.MessageCodec
 
endOfChannel() - Static method in class de.otto.synapse.channel.StopCondition
Returns a stop condition that is true if the end-of-channel is reached.
EndpointType - Enum in de.otto.synapse.endpoint
Enumeration to distinguish sender and receiver endpoints
equals(Object) - Method in class de.otto.synapse.channel.ChannelDurationBehind
 
equals(Object) - Method in class de.otto.synapse.channel.ChannelPosition
 
equals(Object) - Method in class de.otto.synapse.channel.ShardPosition
 
equals(Object) - Method in class de.otto.synapse.channel.ShardResponse
 
equals(Object) - Method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
 
equals(Object) - Method in class de.otto.synapse.info.MessageReceiverEndpointInfo
 
equals(Object) - Method in class de.otto.synapse.info.MessageReceiverNotification
 
equals(Object) - Method in class de.otto.synapse.info.SnapshotReaderNotification
 
equals(Object) - Method in class de.otto.synapse.message.CompoundKey
 
equals(Object) - Method in class de.otto.synapse.message.Header
 
equals(Object) - Method in class de.otto.synapse.message.Message
 
equals(Object) - Method in class de.otto.synapse.message.SimpleKey
 
error(Logger, Map<String, Object>, String, Exception) - Static method in class de.otto.synapse.logging.LogHelper
 
EventSource - Interface in de.otto.synapse.eventsource
An event source of events.
EventSourceBeanRegistrar - Class in de.otto.synapse.annotation
ImportBeanDefinitionRegistrar for event-sourcing support.
EventSourceBeanRegistrar() - Constructor for class de.otto.synapse.annotation.EventSourceBeanRegistrar
 
eventSourceBuilder(MessageStoreFactory<SnapshotMessageStore>) - Method in class de.otto.synapse.configuration.EventSourcingAutoConfiguration
 
EventSourceBuilder - Interface in de.otto.synapse.eventsource
A builder used to build instances.
EventSourceConsumer - Annotation Type in de.otto.synapse.annotation
 
eventSourceConsumerAnnotationBeanPostProcessor() - Method in class de.otto.synapse.configuration.EventSourcingAutoConfiguration
 
EventSourceConsumerBeanPostProcessor - Class in de.otto.synapse.annotation
 
EventSourceConsumerBeanPostProcessor() - Constructor for class de.otto.synapse.annotation.EventSourceConsumerBeanPostProcessor
 
eventSourceConsumerProcess() - Method in class de.otto.synapse.configuration.EventSourcingAutoConfiguration
 
EventSourceConsumerProcess - Class in de.otto.synapse.eventsource
 
EventSourceConsumerProcess(List<EventSource>) - Constructor for class de.otto.synapse.eventsource.EventSourceConsumerProcess
 
EventSourcingAutoConfiguration - Class in de.otto.synapse.configuration
 
EventSourcingAutoConfiguration() - Constructor for class de.otto.synapse.configuration.EventSourcingAutoConfiguration
 

F

fromHorizon() - Static method in class de.otto.synapse.channel.ChannelPosition
 
fromHorizon(String) - Static method in class de.otto.synapse.channel.ShardPosition
 
fromPosition(String, String) - Static method in class de.otto.synapse.channel.ShardPosition
 
fromTimestamp(String, Instant) - Static method in class de.otto.synapse.channel.ShardPosition
 

G

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
 
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
Returns the type of the MessageEndpoint, either EndpointType.SENDER or EndpointType.RECEIVER.
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
 
getHeader() - Method in class de.otto.synapse.message.Message
 
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
Returns the InterceptorChain of the MessageEndpoint.
getInterceptorChain() - Method in interface de.otto.synapse.endpoint.MessageEndpoint
Returns the InterceptorChain of the 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
Returns the immutable list of registered message interceptors.
getKey() - Method in class de.otto.synapse.message.Message
 
getLatestChannelPosition() - Method in class de.otto.synapse.messagestore.CompactingConcurrentMapMessageStore
 
getLatestChannelPosition() - Method in class de.otto.synapse.messagestore.CompactingInMemoryMessageStore
 
getLatestChannelPosition() - Method in class de.otto.synapse.messagestore.DelegatingSnapshotMessageStore
 
getLatestChannelPosition() - Method in class de.otto.synapse.messagestore.InMemoryMessageStore
 
getLatestChannelPosition() - Method in class de.otto.synapse.messagestore.InMemoryRingBufferMessageStore
Returns the latest ChannelPosition of the MessageStore.
getLatestChannelPosition() - Method in interface de.otto.synapse.messagestore.MessageStore
Returns the latest ChannelPosition of the MessageStore.
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
 
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
 

H

hashCode() - Method in class de.otto.synapse.channel.ChannelDurationBehind
 
hashCode() - Method in class de.otto.synapse.channel.ChannelPosition
 
hashCode() - Method in class de.otto.synapse.channel.ShardPosition
 
hashCode() - Method in class de.otto.synapse.channel.ShardResponse
 
hashCode() - Method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
 
hashCode() - Method in class de.otto.synapse.info.MessageReceiverEndpointInfo
 
hashCode() - Method in class de.otto.synapse.info.MessageReceiverNotification
 
hashCode() - Method in class de.otto.synapse.info.SnapshotReaderNotification
 
hashCode() - Method in class de.otto.synapse.message.CompoundKey
 
hashCode() - Method in class de.otto.synapse.message.Header
 
hashCode() - Method in class de.otto.synapse.message.Message
 
hashCode() - Method in class de.otto.synapse.message.SimpleKey
 
Header - Class in de.otto.synapse.message
The Header of a Message.
Header.Builder - Class in de.otto.synapse.message
 
HeaderAttr - Interface in de.otto.synapse.message
Interface used to mark enums as keys for header-attributes.

I

incrementAndLog() - Method in class de.otto.synapse.logging.ProgressLogger
 
info(Logger, Map<String, Object>, String, Object[]) - Static method in class de.otto.synapse.logging.LogHelper
 
InMemoryMessageStore - Class in de.otto.synapse.messagestore
Concurrent in-memory implementation of a MessageStore that is storing all messages in insertion order.
InMemoryMessageStore() - Constructor for class de.otto.synapse.messagestore.InMemoryMessageStore
 
InMemoryRingBufferMessageStore - Class in de.otto.synapse.messagestore
Thread-safe in-memory implementation of a circular MessageStore that is storing all messages in insertion order with a configurable capacity.
InMemoryRingBufferMessageStore() - Constructor for class de.otto.synapse.messagestore.InMemoryRingBufferMessageStore
Creates a new instance with default capacity of 100.
InMemoryRingBufferMessageStore(int) - Constructor for class de.otto.synapse.messagestore.InMemoryRingBufferMessageStore
Creates a new instance with specified capacity.
intercept(Message<String>) - Method in class de.otto.synapse.endpoint.AbstractMessageEndpoint
Intercepts a message using all registered interceptors and returns the resulting message.
intercept(Message<String>) - Method in class de.otto.synapse.endpoint.InterceptorChain
Intercepts a message using all registered interceptors and returns the resulting message.
intercept(Message<String>) - Method in interface de.otto.synapse.endpoint.MessageEndpoint
Intercepts a message using all registered interceptors and returns the resulting message.
intercept(Message<String>) - Method in class de.otto.synapse.endpoint.MessageFilter
Intercept a message and return the same message, a modified version of the incoming message, or null, if the message should be filtered out and dropped by the AbstractMessageEndpoint
intercept(Message<String>) - Method in interface de.otto.synapse.endpoint.MessageInterceptor
Intercept a message and return the same message, a modified version of the incoming message, or null, if the message should be filtered out and dropped by the AbstractMessageEndpoint
intercept(Message<String>) - Method in class de.otto.synapse.endpoint.MethodInvokingMessageInterceptor
 
intercept(Message<String>) - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageLogReceiverEndpoint
 
intercept(Message<String>) - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageQueueReceiverEndpoint
 
intercept(Message<String>) - Method in class de.otto.synapse.endpoint.sender.DelegateMessageSenderEndpoint
 
InterceptorChain - Class in de.otto.synapse.endpoint
Implementation of the Composite pattern for message interceptors that can be used to build chains of interceptors.
InterceptorChain() - Constructor for class de.otto.synapse.endpoint.InterceptorChain
Creates an empty InterceptorChain.
InterceptorChain(ImmutableList<MessageInterceptor>) - Constructor for class de.otto.synapse.endpoint.InterceptorChain
 
isAutoStartup() - Method in class de.otto.synapse.endpoint.receiver.MessageQueueConsumerProcess
 
isAutoStartup() - Method in class de.otto.synapse.eventsource.EventSourceConsumerProcess
 
isEnabled() - Method in class de.otto.synapse.configuration.SynapseProperties.ConsumerProcess
 
isEnabled() - Method in class de.otto.synapse.configuration.SynapseProperties.Receiver.DefaultHeaders
 
isEnabled() - Method in class de.otto.synapse.configuration.SynapseProperties.Sender.DefaultHeaders
 
isEnabledFor(String, EndpointType) - Method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
Returns true if the registration is matching the given channelName and EndpointType, false otherwise.
isRunning() - Method in class de.otto.synapse.endpoint.receiver.MessageQueueConsumerProcess
Check whether this component is currently running.
isRunning() - Method in class de.otto.synapse.eventsource.EventSourceConsumerProcess
Check whether this component is currently running.
isStopping() - Method in class de.otto.synapse.eventsource.AbstractEventSource
 
isStopping() - Method in class de.otto.synapse.eventsource.DelegateEventSource
 
isStopping() - Method in interface de.otto.synapse.eventsource.EventSource
 

J

JsonByteBufferMessageTranslator - Class in de.otto.synapse.translator
A MessageTranslator that converts messages into messages with ByteBuffer JSON payloads.
JsonByteBufferMessageTranslator() - Constructor for class de.otto.synapse.translator.JsonByteBufferMessageTranslator
 
JsonByteBufferMessageTranslator(ObjectMapper) - Constructor for class de.otto.synapse.translator.JsonByteBufferMessageTranslator
 
JsonStringMessageTranslator - Class in de.otto.synapse.translator
A MessageTranslator that converts messages into messages with String JSON payloads.
JsonStringMessageTranslator() - Constructor for class de.otto.synapse.translator.JsonStringMessageTranslator
 
JsonStringMessageTranslator(ObjectMapper) - Constructor for class de.otto.synapse.translator.JsonStringMessageTranslator
 

K

key() - Method in enum de.otto.synapse.message.DefaultHeaderAttr
 
key() - Method in interface de.otto.synapse.message.HeaderAttr
 
Key - Interface in de.otto.synapse.message
The Key of a Message.
keyPattern() - Method in interface de.otto.synapse.consumer.MessageConsumer
Returns the pattern of message keys accepted by this consumer.
keyPattern() - Method in class de.otto.synapse.consumer.MessageDispatcher
Returns the pattern of event keys accepted by this consumer.
keyPattern() - Method in class de.otto.synapse.consumer.MethodInvokingMessageConsumer
Returns the pattern of Message.getKey() () message keys} accepted by this consumer.
keyPattern() - Method in class de.otto.synapse.consumer.StatefulMessageConsumer
Returns the pattern of message keys accepted by this consumer.
keySet() - Method in class de.otto.synapse.state.ConcurrentMapStateRepository
 
keySet() - Method in class de.otto.synapse.state.DelegatingStateRepository
 
keySet() - Method in interface de.otto.synapse.state.StateRepository
Deprecated.
to retrieve the keys (and values), use consumeAll() instead

L

LogHelper - Class in de.otto.synapse.logging
 
LogHelper() - Constructor for class de.otto.synapse.logging.LogHelper
 

M

matches(Class<? extends Selector>) - Method in interface de.otto.synapse.endpoint.sender.MessageSenderEndpointFactory
Returns true if the factory is capable to create a MessageSenderEndpoint matching the given selectors, false otherwise.
matchingChannelsWith(String, MessageInterceptor) - Static method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
Creates a MessageInterceptorRegistration that is used to register a MessageInterceptor in all channels with names matching the channelNamePattern, at the sender-side as well as at the receiver-side.
matchingChannelsWith(String, MessageInterceptor, int) - Static method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
Creates a MessageInterceptorRegistration that is used to register a MessageInterceptor in all channels with names matching the channelNamePattern, at the sender-side as well as at the receiver-side.
matchingReceiverChannelsWith(String, MessageInterceptor) - Static method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
Creates a MessageInterceptorRegistration that is used to register a MessageInterceptor at the receiver-side of all channels with names matching the channelNamePattern.
matchingReceiverChannelsWith(String, MessageInterceptor, int) - Static method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
Creates a MessageInterceptorRegistration that is used to register a MessageInterceptor at the receiver-side of all channels with names matching the channelNamePattern.
matchingSenderChannelsWith(String, MessageInterceptor) - Static method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
Creates a MessageInterceptorRegistration that is used to register a MessageInterceptor at the sender-side of all channels with names matching the channelNamePattern.
matchingSenderChannelsWith(String, MessageInterceptor, int) - Static method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
Creates a MessageInterceptorRegistration that is used to register a MessageInterceptor at the sender-side of all channels with names matching the channelNamePattern.
merge(ChannelPosition...) - Static method in class de.otto.synapse.channel.ChannelPosition
 
merge(ChannelPosition, ShardPosition) - Static method in class de.otto.synapse.channel.ChannelPosition
 
merge(List<ChannelPosition>) - Static method in class de.otto.synapse.channel.ChannelPosition
 
Message<P> - Class in de.otto.synapse.message
A Message is an atomic packet of data that can be transmitted on a channel.
Message(Key, Header, P) - Constructor for class de.otto.synapse.message.Message
 
message(Key, P) - Static method in class de.otto.synapse.message.Message
 
message(Key, Header, P) - Static method in class de.otto.synapse.message.Message
 
message(String, P) - Static method in class de.otto.synapse.message.Message
 
message(String, Header, P) - Static method in class de.otto.synapse.message.Message
 
Message.Builder<P> - Class in de.otto.synapse.message
 
MessageCodec - Class in de.otto.synapse.translator
 
MessageCodec() - Constructor for class de.otto.synapse.translator.MessageCodec
 
MessageConsumer<T> - Interface in de.otto.synapse.consumer
A consumer endpoint for messages with payload-type <T>.
MessageDispatcher - Class in de.otto.synapse.consumer
A MessageConsumer that is acting as a Message Dispatcher for multiple message consumers.
MessageDispatcher() - Constructor for class de.otto.synapse.consumer.MessageDispatcher
 
MessageDispatcher(List<MessageConsumer<?>>) - Constructor for class de.otto.synapse.consumer.MessageDispatcher
 
MessageEndpoint - Interface in de.otto.synapse.endpoint
Endpoint that is used by an application to access the messaging infrastructure to send or receive messages.
MessageEndpointConfigurer - Interface in de.otto.synapse.configuration
A configurer used to configure message endpoints.
MessageFilter - Class in de.otto.synapse.endpoint
A MessageInterceptor that is used to filter messages using some predicate.
messageFilter(Predicate<Message<String>>) - Static method in class de.otto.synapse.endpoint.MessageFilter
Creates a MessageFilter that is used to filter messages from message endpoints.
MessageFormat - Enum in de.otto.synapse.translator
Identifies the format used to encode or decode messages.
MessageInterceptor - Annotation Type in de.otto.synapse.annotation
 
MessageInterceptor - Interface in de.otto.synapse.endpoint
Message interceptors are used to intercept messages before they are sent or received by message endpoints.
MessageInterceptorBeanPostProcessor - Class in de.otto.synapse.annotation
 
MessageInterceptorBeanPostProcessor() - Constructor for class de.otto.synapse.annotation.MessageInterceptorBeanPostProcessor
 
messageInterceptorBeanPostProcessor() - Method in class de.otto.synapse.configuration.SynapseAutoConfiguration
Activate the MessageInterceptorBeanPostProcessor used to pose-process beans having methods annotated as a MessageInterceptor.
MessageInterceptorRegistration - Class in de.otto.synapse.endpoint
Information about the channels that should be intercepted by a MessageInterceptor.
MessageInterceptorRegistration(Pattern, MessageInterceptor, Set<EndpointType>, int) - Constructor for class de.otto.synapse.endpoint.MessageInterceptorRegistration
 
messageInterceptorRegistry(ApplicationContext) - Method in class de.otto.synapse.configuration.SynapseAutoConfiguration
 
MessageInterceptorRegistry - Class in de.otto.synapse.endpoint
 
MessageInterceptorRegistry() - Constructor for class de.otto.synapse.endpoint.MessageInterceptorRegistry
 
MessageLog - Interface in de.otto.synapse.channel.selector
Selector used to specify that the desired endpoint is a message log like, for example, Kinesis.
MessageLogReceiverEndpoint - Interface in de.otto.synapse.endpoint.receiver
Receiver-side MessageEndpoint endpoint of a Message Channel that matches random-access like reading of messages using ChannelPositions.
MessageLogReceiverEndpointFactory - Interface in de.otto.synapse.endpoint.receiver
 
MessageQueue - Interface in de.otto.synapse.channel.selector
Selector used to specify that the desired endpoint is a message queue like, for example, SQS.
MessageQueueConsumer - Annotation Type in de.otto.synapse.annotation
 
messageQueueConsumerAnnotationBeanPostProcessor() - Method in class de.otto.synapse.configuration.MessageQueueReceiverEndpointAutoConfiguration
 
MessageQueueConsumerBeanPostProcessor - Class in de.otto.synapse.annotation
 
MessageQueueConsumerBeanPostProcessor() - Constructor for class de.otto.synapse.annotation.MessageQueueConsumerBeanPostProcessor
 
messageQueueConsumerProcess() - Method in class de.otto.synapse.configuration.MessageQueueReceiverEndpointAutoConfiguration
 
MessageQueueConsumerProcess - Class in de.otto.synapse.endpoint.receiver
 
MessageQueueConsumerProcess(List<MessageQueueReceiverEndpoint>) - Constructor for class de.otto.synapse.endpoint.receiver.MessageQueueConsumerProcess
 
MessageQueueReceiverEndpoint - Interface in de.otto.synapse.endpoint.receiver
Receiver-side MessageEndpoint endpoint of a Message Channel with Queue or FIFO semantics.
MessageQueueReceiverEndpointAutoConfiguration - Class in de.otto.synapse.configuration
 
MessageQueueReceiverEndpointAutoConfiguration() - Constructor for class de.otto.synapse.configuration.MessageQueueReceiverEndpointAutoConfiguration
 
MessageQueueReceiverEndpointBeanRegistrar - Class in de.otto.synapse.annotation
ImportBeanDefinitionRegistrar for message log support.
MessageQueueReceiverEndpointBeanRegistrar() - Constructor for class de.otto.synapse.annotation.MessageQueueReceiverEndpointBeanRegistrar
 
MessageQueueReceiverEndpointFactory - Interface in de.otto.synapse.endpoint.receiver
 
MessageReceiverEndpoint - Interface in de.otto.synapse.endpoint.receiver
Receiver-side MessageEndpoint endpoint of a Message Channel Message Endpoint
MessageReceiverEndpointInfo - Class in de.otto.synapse.info
 
MessageReceiverEndpointInfo.Builder - Class in de.otto.synapse.info
 
MessageReceiverEndpointInfoProvider - Class in de.otto.synapse.info
 
MessageReceiverEndpointInfoProvider(Optional<List<EventSource>>) - Constructor for class de.otto.synapse.info.MessageReceiverEndpointInfoProvider
 
MessageReceiverEndpointInfoProvider(Optional<List<EventSource>>, Clock) - Constructor for class de.otto.synapse.info.MessageReceiverEndpointInfoProvider
For testing purposes only.
MessageReceiverEndpointInfos - Class in de.otto.synapse.info
 
MessageReceiverEndpointInfos() - Constructor for class de.otto.synapse.info.MessageReceiverEndpointInfos
 
MessageReceiverNotification - Class in de.otto.synapse.info
 
MessageReceiverNotification(MessageReceiverNotification.Builder) - Constructor for class de.otto.synapse.info.MessageReceiverNotification
 
MessageReceiverNotification.Builder - Class in de.otto.synapse.info
 
MessageReceiverStatus - Enum in de.otto.synapse.info
 
Messages - Class in de.otto.synapse.message
A Message is an atomic packet of data that can be transmitted on a channel.
Messages() - Constructor for class de.otto.synapse.message.Messages
 
MessageSenderEndpoint - Interface in de.otto.synapse.endpoint.sender
Endpoint that is used by an application to send messages to a messaging channel.
MessageSenderEndpointBeanRegistrar - Class in de.otto.synapse.annotation
ImportBeanDefinitionRegistrar for message log support.
MessageSenderEndpointBeanRegistrar() - Constructor for class de.otto.synapse.annotation.MessageSenderEndpointBeanRegistrar
 
MessageSenderEndpointFactory - Interface in de.otto.synapse.endpoint.sender
 
MessageStore - Interface in de.otto.synapse.messagestore
A repository used to store and retrieve Messages in their insertion order.
MessageStoreFactory<T extends MessageStore> - Interface in de.otto.synapse.messagestore
A factory used to create MessageStore instances.
MessageStores - Class in de.otto.synapse.messagestore
Utilities and helpers used to create message stores.
MessageTranslator<P> - Interface in de.otto.synapse.translator
The Message Translator is the messaging equivalent of the Adapter pattern described in [GoF].
MethodInvokingMessageConsumer<T> - Class in de.otto.synapse.consumer
A MessageConsumer that is calling a method of a class instance for every accepted Message MesageConsumer
MethodInvokingMessageConsumer(String, Class<T>, Object, Method) - Constructor for class de.otto.synapse.consumer.MethodInvokingMessageConsumer
 
MethodInvokingMessageInterceptor - Class in de.otto.synapse.endpoint
A MessageConsumer that is calling a method of a class instance for every accepted Message MesageConsumer
MethodInvokingMessageInterceptor(Object, Method) - Constructor for class de.otto.synapse.endpoint.MethodInvokingMessageInterceptor
 

N

name() - Method in interface de.otto.synapse.message.HeaderAttr
 
NO_KEY - Static variable in interface de.otto.synapse.message.Key
Key used for messages that do not have a distinguished key.

O

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(Function<Object, P>) - Static method in interface de.otto.synapse.translator.MessageTranslator
Creates a MessageTranslator that is translating the message payload using the specified Function, +while keeping Message.getKey() and Message.getHeader() as-is.
on(MessageReceiverNotification) - Method in class de.otto.synapse.info.MessageReceiverEndpointInfoProvider
 
overrideObjectMapper(ObjectMapper) - Static method in class de.otto.synapse.translator.ObjectMappers
Overrides the object mapper actually used by Synapse.

P

partitionKey() - Method in class de.otto.synapse.message.CompoundKey
 
partitionKey() - Method in interface de.otto.synapse.message.Key
Returns the part of the key that is used to select one of possibly several shards or partitions of a message channel.
partitionKey() - Method in class de.otto.synapse.message.SimpleKey
 
payloadType() - Method in interface de.otto.synapse.consumer.MessageConsumer
Returns the expected payload type of events consumed by this EventConsumer.
payloadType() - Method in class de.otto.synapse.consumer.MessageDispatcher
Returns the expected payload type of events consumed by this EventConsumer.
payloadType() - Method in class de.otto.synapse.consumer.MethodInvokingMessageConsumer
Returns the expected payload type of messages consumed by this MessageConsumer.
payloadType() - Method in class de.otto.synapse.consumer.StatefulMessageConsumer
Returns the expected payload type of events consumed by this EventConsumer.
position() - Method in class de.otto.synapse.channel.ShardPosition
 
postProcessAfterInitialization(Object, String) - Method in class de.otto.synapse.annotation.EventSourceConsumerBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class de.otto.synapse.annotation.MessageInterceptorBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class de.otto.synapse.annotation.MessageQueueConsumerBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class de.otto.synapse.annotation.EventSourceConsumerBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class de.otto.synapse.annotation.MessageInterceptorBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class de.otto.synapse.annotation.MessageQueueConsumerBeanPostProcessor
 
ProgressLogger - Class in de.otto.synapse.logging
 
ProgressLogger(Logger, long) - Constructor for class de.otto.synapse.logging.ProgressLogger
 
publishEvent(MessageReceiverStatus, String, ChannelDurationBehind) - Method in class de.otto.synapse.endpoint.receiver.AbstractMessageReceiverEndpoint
 
put(String, V) - Method in class de.otto.synapse.state.ChronicleMapStateRepository
 
put(String, V) - Method in class de.otto.synapse.state.ConcurrentMapStateRepository
 
put(String, V) - Method in class de.otto.synapse.state.DelegatingStateRepository
 
put(String, V) - Method in interface de.otto.synapse.state.StateRepository
Associates the specified value with the specified key in this repository.

R

read(Bytes, V) - Method in class de.otto.synapse.state.ChronicleMapBytesMarshaller
 
readResolve() - Method in class de.otto.synapse.state.ChronicleMapBytesMarshaller
 
Receiver() - Constructor for class de.otto.synapse.configuration.SynapseProperties.Receiver
 
receiverChannelsWith(MessageInterceptor) - Static method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
Creates a MessageInterceptorRegistration that is used to register a MessageInterceptor at the receiver-side of all channels.
receiverChannelsWith(MessageInterceptor, int) - Static method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
Creates a MessageInterceptorRegistration that is used to register a MessageInterceptor at the receiver-side of all channels.
register(MessageInterceptorRegistration) - Method in class de.otto.synapse.endpoint.MessageInterceptorRegistry
 
register(MessageConsumer<?>) - Method in class de.otto.synapse.endpoint.receiver.AbstractMessageReceiverEndpoint
Registers a MessageConsumer at the receiver endpoint.
register(MessageConsumer<?>) - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageLogReceiverEndpoint
 
register(MessageConsumer<?>) - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageQueueReceiverEndpoint
 
register(MessageConsumer<?>) - Method in interface de.otto.synapse.endpoint.receiver.MessageReceiverEndpoint
Registers a MessageConsumer at the receiver endpoint.
register(MessageConsumer<?>) - Method in class de.otto.synapse.eventsource.AbstractEventSource
Registers a new EventConsumer at the EventSource.
register(MessageConsumer<?>) - Method in class de.otto.synapse.eventsource.DelegateEventSource
Registers a new EventConsumer at the EventSource.
register(MessageConsumer<?>) - Method in interface de.otto.synapse.eventsource.EventSource
Registers a new EventConsumer at the EventSource.
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class de.otto.synapse.annotation.EventSourceBeanRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class de.otto.synapse.annotation.MessageQueueReceiverEndpointBeanRegistrar
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class de.otto.synapse.annotation.MessageSenderEndpointBeanRegistrar
 
remove(String) - Method in class de.otto.synapse.state.ConcurrentMapStateRepository
 
remove(String) - Method in class de.otto.synapse.state.DelegatingStateRepository
 
remove(String) - Method in interface de.otto.synapse.state.StateRepository
Removes the mapping for a key from this repository if it is present.

S

Selector - Interface in de.otto.synapse.channel.selector
Specifies the implementation used for message senders in case of annotation-driven configuration using EnableMessageSenderEndpoint.
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
Creates a MessageInterceptorRegistration that is used to register a MessageInterceptor at the sender-side of all channels.
senderChannelsWith(MessageInterceptor, int) - Static method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
Creates a MessageInterceptorRegistration that is used to register a MessageInterceptor at the sender-side of all channels.
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
Returns the position of a single shard, or ShardPosition.fromHorizon(String), if there is no information about the shard.
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<Message<String>>) - Static method in class de.otto.synapse.channel.ShardResponse
 
shardResponse(ShardPosition, Duration, Message<String>...) - 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
A MessageConsumer that is updating a StateRepository.
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>, Function<Message<P>, S>, Function<Message<P>, String>) - Constructor for class de.otto.synapse.consumer.StatefulMessageConsumer
Creates a StatefulMessageConsumer.
StateRepository<V> - Interface in de.otto.synapse.state
 
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() - Method in class de.otto.synapse.messagestore.CompactingInMemoryMessageStore
 
stream() - Method in class de.otto.synapse.messagestore.DelegatingSnapshotMessageStore
 
stream() - Method in class de.otto.synapse.messagestore.InMemoryMessageStore
 
stream() - Method in class de.otto.synapse.messagestore.InMemoryRingBufferMessageStore
Returns a Stream of messages contained in the MessageStore.
stream() - Method in interface de.otto.synapse.messagestore.MessageStore
Returns a Stream of messages contained in the MessageStore.
stringMessage(Key, String) - Static method in class de.otto.synapse.message.Messages
 
stringMessage(Key, Header, String) - Static method in class de.otto.synapse.message.Messages
 
SYNAPSE_MSG_COMPACTIONKEY - Static variable in class de.otto.synapse.translator.MessageCodec
 
SYNAPSE_MSG_FORMAT - Static variable in class de.otto.synapse.translator.MessageCodec
 
SYNAPSE_MSG_HEADERS - Static variable in class de.otto.synapse.translator.MessageCodec
 
SYNAPSE_MSG_KEY - Static variable in class de.otto.synapse.translator.MessageCodec
 
SYNAPSE_MSG_PARTITIONKEY - Static variable in class de.otto.synapse.translator.MessageCodec
 
SYNAPSE_MSG_PAYLOAD - Static variable in class de.otto.synapse.translator.MessageCodec
 
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
 

T

timestamp() - Method in class de.otto.synapse.channel.ShardPosition
 
timestamp(Instant) - Static method in class de.otto.synapse.channel.StopCondition
Returns a stop condition that is true after the given timestamp.
timestamp(Instant, Clock) - Static method in class de.otto.synapse.channel.StopCondition
Returns a stop condition that is true after the given timestamp.
toString() - Method in class de.otto.synapse.channel.ChannelDurationBehind
 
toString() - Method in class de.otto.synapse.channel.ChannelPosition
 
toString() - Method in class de.otto.synapse.channel.ShardPosition
 
toString() - Method in class de.otto.synapse.channel.ShardResponse
 
toString() - Method in class de.otto.synapse.endpoint.MessageInterceptorRegistration
 
toString() - Method in class de.otto.synapse.eventsource.DelegateEventSource
 
toString() - Method in class de.otto.synapse.info.MessageReceiverEndpointInfo
 
toString() - Method in class de.otto.synapse.info.MessageReceiverNotification
 
toString() - Method in class de.otto.synapse.info.SnapshotReaderNotification
 
toString() - Method in class de.otto.synapse.message.CompoundKey
 
toString() - Method in class de.otto.synapse.message.Header
 
toString() - Method in class de.otto.synapse.message.Message
 
toString() - Method in class de.otto.synapse.message.SimpleKey
 
trace(Logger, Map<String, Object>, String, Object[]) - Static method in class de.otto.synapse.logging.LogHelper
 
translate(Message<?>) - Method in class de.otto.synapse.translator.JsonByteBufferMessageTranslator
Translates a Message into a Message with payload-type <ByteBuffer> and serializes the payload into a JSON ByteBuffer.
translate(Message<?>) - Method in class de.otto.synapse.translator.JsonStringMessageTranslator
Translates a Message into a Message with payload-type <String> and serializes the payload into a JSON String.
translate(Message<?>) - Method in interface de.otto.synapse.translator.MessageTranslator
Translates a Message into a Message with payload-type <P>

U

unknown() - Static method in class de.otto.synapse.channel.ChannelDurationBehind
 
unknown(List<String>) - Static method in class de.otto.synapse.channel.ChannelDurationBehind
 
UNKNOWN_DURATION_BEHIND - Static variable in class de.otto.synapse.channel.ChannelDurationBehind
 
update(String, MessageReceiverEndpointInfo) - Method in class de.otto.synapse.info.MessageReceiverEndpointInfos
 

V

V2_PATTERN - Static variable in class de.otto.synapse.translator.MessageCodec
 
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 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.

W

warn(Logger, Map<String, Object>, String, Object[]) - Static method in class de.otto.synapse.logging.LogHelper
 
with(String, Duration) - Method in class de.otto.synapse.channel.ChannelDurationBehind.Builder
 
withAll(Map<String, Duration>) - Method in class de.otto.synapse.channel.ChannelDurationBehind.Builder
 
withAttribute(String, String) - Method in class de.otto.synapse.message.Header.Builder
 
withAttribute(HeaderAttr, String) - Method in class de.otto.synapse.message.Header.Builder
 
withAttribute(String, Instant) - Method in class de.otto.synapse.message.Header.Builder
 
withAttribute(HeaderAttr, Instant) - Method in class de.otto.synapse.message.Header.Builder
 
withAttributes(Map<String, String>) - Method in class de.otto.synapse.message.Header.Builder
 
withChannelDurationBehind(ChannelDurationBehind) - Method in class de.otto.synapse.info.MessageReceiverEndpointInfo.Builder
 
withChannelDurationBehind(ChannelDurationBehind) - Method in class de.otto.synapse.info.MessageReceiverNotification.Builder
 
withChannelName(String) - Method in class de.otto.synapse.info.MessageReceiverEndpointInfo.Builder
 
withChannelName(String) - Method in class de.otto.synapse.info.MessageReceiverNotification.Builder
 
withChannelName(String) - Method in class de.otto.synapse.info.SnapshotReaderNotification.Builder
 
withHeader(Header) - Method in class de.otto.synapse.message.Message.Builder
 
withKey(String) - Method in class de.otto.synapse.message.Message.Builder
 
withKey(Key) - Method in class de.otto.synapse.message.Message.Builder
 
withMapBuilder(ChronicleMapBuilder<String, V>) - Method in class de.otto.synapse.state.ChronicleMapStateRepository.Builder
 
withMessage(String) - Method in class de.otto.synapse.info.MessageReceiverEndpointInfo.Builder
 
withMessage(String) - Method in class de.otto.synapse.info.MessageReceiverNotification.Builder
 
withMessage(String) - Method in class de.otto.synapse.info.SnapshotReaderNotification.Builder
 
withObjectMapper(ObjectMapper) - Method in class de.otto.synapse.state.ChronicleMapStateRepository.Builder
 
withPayload(P) - Method in class de.otto.synapse.message.Message.Builder
 
withShardPosition(ShardPosition) - Method in class de.otto.synapse.message.Header.Builder
 
withSnapshotTimestamp(Instant) - Method in class de.otto.synapse.info.SnapshotReaderNotification.Builder
 
withStatus(MessageReceiverStatus) - Method in class de.otto.synapse.info.MessageReceiverEndpointInfo.Builder
 
withStatus(MessageReceiverStatus) - Method in class de.otto.synapse.info.MessageReceiverNotification.Builder
 
withStatus(SnapshotReaderStatus) - Method in class de.otto.synapse.info.SnapshotReaderNotification.Builder
 
WritableMessageStore - Interface in de.otto.synapse.messagestore
A MessageStore that is capable to add messages.
write(Bytes, V) - Method in class de.otto.synapse.state.ChronicleMapBytesMarshaller
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links