Skip navigation links
A B C D E F G H I J K L M 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) - 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 supports random-access like reading of messages using ChannelPositions.
AbstractMessageLogReceiverEndpoint(String, ObjectMapper, 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, ObjectMapper, 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, MessageTranslator<String>) - Constructor for class de.otto.synapse.endpoint.sender.AbstractMessageSenderEndpoint
Constructor used to create a new MessageEndpoint.
accept(Message<T>) - Method in class de.otto.synapse.consumer.DefaultMessageConsumer
 
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
 
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
 
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.
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
 
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.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
 
buildEventSource(MessageLogReceiverEndpoint) - Method in interface de.otto.synapse.eventsource.EventSourceBuilder
Should build an event source for a given stream name.
byteBufferMessage(String, ByteBuffer) - Static method in class de.otto.synapse.message.Messages
 
byteBufferMessage(String, Header, ByteBuffer) - Static method in class de.otto.synapse.message.Messages
 
byteBufferMessage(String, String) - Static method in class de.otto.synapse.message.Messages
 
byteBufferMessage(String, 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
 
ChronicleMapBytesMarshaller<V> - Class in de.otto.synapse.state
 
ChronicleMapBytesMarshaller(ObjectMapper, Class<V>) - Constructor for class de.otto.synapse.state.ChronicleMapBytesMarshaller
 
chronicleMapConcurrentMapStateRepositoryBuilder(Class<V>) - Static method in class de.otto.synapse.state.ChronicleMapStateRepository
 
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.StateRepository
 
close() - Method in class de.otto.synapse.messagestore.DelegatingSnapshotMessageStore
 
close() - Method in interface de.otto.synapse.messagestore.MessageStore
 
CompactingConcurrentMapMessageStore - Class in de.otto.synapse.messagestore
Concurrent implementation of a MessageStore that is compacting messages by key.
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 key.
CompactingInMemoryMessageStore() - Constructor for class de.otto.synapse.messagestore.CompactingInMemoryMessageStore
 
CompactingInMemoryMessageStore(boolean) - Constructor for class de.otto.synapse.messagestore.CompactingInMemoryMessageStore
 
compute(String, BiFunction<? super String, ? super Optional<V>, ? extends V>) - Method in class de.otto.synapse.state.StateRepository
 
ConcurrentHashMapStateRepository<V> - Class in de.otto.synapse.state
 
ConcurrentHashMapStateRepository() - Constructor for class de.otto.synapse.state.ConcurrentHashMapStateRepository
 
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(ChannelPosition) - Method in interface de.otto.synapse.endpoint.receiver.MessageLogReceiverEndpoint
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 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.
ConsumerProcessProperties - Class in de.otto.synapse.configuration
 
ConsumerProcessProperties() - Constructor for class de.otto.synapse.configuration.ConsumerProcessProperties
 
consumeUntil(ChannelPosition, Instant) - Method in class de.otto.synapse.channel.InMemoryChannel
 
consumeUntil(ChannelPosition, Instant) - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageLogReceiverEndpoint
 
consumeUntil(ChannelPosition, Instant) - Method in interface de.otto.synapse.endpoint.receiver.MessageLogReceiverEndpoint
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.
consumeUntil(Instant) - Method in class de.otto.synapse.eventsource.DefaultEventSource
 
consumeUntil(Instant) - Method in class de.otto.synapse.eventsource.DelegateEventSource
Consumes all events from the EventSource until the timestamp is reached.
consumeUntil(Instant) - Method in interface de.otto.synapse.eventsource.EventSource
Consumes all events from the EventSource until the timestamp is reached.
copyOf(ChannelDurationBehind) - Static method in class de.otto.synapse.channel.ChannelDurationBehind
 
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 class de.otto.synapse.endpoint.sender.InMemoryMessageSenderFactory
 
create(String) - Method in interface de.otto.synapse.endpoint.sender.MessageSenderEndpointFactory
Creates and returns a AbstractMessageSenderEndpoint for a messaging channel.
create(String) - Method in class de.otto.synapse.eventsource.InMemoryMessageLogReceiverEndpointFactory
 
createMessageStoreFor(String) - Method in interface de.otto.synapse.messagestore.MessageStoreFactory
Creates and returns a MessageStore.

D

de.otto.synapse.annotation - package de.otto.synapse.annotation
 
de.otto.synapse.channel - package de.otto.synapse.channel
 
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
 
DefaultEventSource - Class in de.otto.synapse.eventsource
 
DefaultEventSource(MessageStore, MessageLogReceiverEndpoint) - Constructor for class de.otto.synapse.eventsource.DefaultEventSource
 
DefaultMessageConsumer<T> - Class in de.otto.synapse.consumer
 
DefaultMessageConsumer(String, Class<T>, StateRepository<T>) - Constructor for class de.otto.synapse.consumer.DefaultMessageConsumer
 
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
 
DelegatingSnapshotMessageStore - Class in de.otto.synapse.messagestore
 
DelegatingSnapshotMessageStore(MessageStore) - Constructor for class de.otto.synapse.messagestore.DelegatingSnapshotMessageStore
 
doSend(Message<String>) - Method in class de.otto.synapse.endpoint.sender.AbstractMessageSenderEndpoint
 
doSend(Message<String>) - Method in class de.otto.synapse.endpoint.sender.InMemoryMessageSender
 
doSendBatch(Stream<Message<String>>) - Method in class de.otto.synapse.endpoint.sender.AbstractMessageSenderEndpoint
 
DurableMessageStore - Interface in de.otto.synapse.messagestore
 

E

emptyHeader() - Static method in class de.otto.synapse.message.Header
 
emptyMessageStore() - Static method in class de.otto.synapse.messagestore.MessageStores
 
EnableEventSource - Annotation Type in de.otto.synapse.annotation
Enables auto-configuration of event sources.
EnableEventSources - Annotation Type in de.otto.synapse.annotation
 
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.endpoint.InterceptorChain
 
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.Header
 
equals(Object) - Method in class de.otto.synapse.message.Message
 
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.SynapseAutoConfiguration
 
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.SynapseAutoConfiguration
 
EventSourceConsumerBeanPostProcessor - Class in de.otto.synapse.annotation
 
EventSourceConsumerBeanPostProcessor() - Constructor for class de.otto.synapse.annotation.EventSourceConsumerBeanPostProcessor
 
eventSourceConsumerProcess() - Method in class de.otto.synapse.configuration.SynapseAutoConfiguration
 
EventSourceConsumerProcess - Class in de.otto.synapse.eventsource
 
EventSourceConsumerProcess(List<EventSource>) - Constructor for class de.otto.synapse.eventsource.EventSourceConsumerProcess
 

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.state.ChronicleMapStateRepository
 
get(String) - Method in class de.otto.synapse.state.StateRepository
 
getAll() - Method in class de.otto.synapse.consumer.MessageDispatcher
 
getArrivalTimestamp() - Method in class de.otto.synapse.message.Header
 
getChannel(String) - Method in class de.otto.synapse.channel.InMemoryChannels
 
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.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.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
 
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.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.sender.AbstractMessageSenderEndpoint
 
getHeader() - Method in class de.otto.synapse.message.Message
 
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() - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageLogReceiverEndpoint
 
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 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.
getOrder() - Method in class de.otto.synapse.annotation.EventSourceConsumerBeanPostProcessor
 
getPayload() - Method in class de.otto.synapse.message.Message
 
getPhase() - Method in class de.otto.synapse.eventsource.EventSourceConsumerProcess
 
getRegistrations(String, EndpointType) - Method in class de.otto.synapse.endpoint.MessageInterceptorRegistry
 
getShardDurationsBehind() - Method in class de.otto.synapse.channel.ChannelDurationBehind
 
getShardPosition() - Method in class de.otto.synapse.message.Header
 
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.endpoint.InterceptorChain
 
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.Header
 
hashCode() - Method in class de.otto.synapse.message.Message
 
Header - Class in de.otto.synapse.message
The Header of a Message.

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
 
InMemoryChannel - Class in de.otto.synapse.channel
 
InMemoryChannel(String) - Constructor for class de.otto.synapse.channel.InMemoryChannel
 
InMemoryChannel(String, ObjectMapper, ApplicationEventPublisher) - Constructor for class de.otto.synapse.channel.InMemoryChannel
 
InMemoryChannels - Class in de.otto.synapse.channel
 
InMemoryChannels(ObjectMapper, ApplicationEventPublisher) - Constructor for class de.otto.synapse.channel.InMemoryChannels
 
inMemoryChannels(ObjectMapper, ApplicationEventPublisher) - Method in class de.otto.synapse.configuration.InMemoryTestConfiguration
 
InMemoryMessageLogReceiverEndpointFactory - Class in de.otto.synapse.eventsource
A builder used to build in-memory implementations of an EventSource.
InMemoryMessageLogReceiverEndpointFactory(MessageInterceptorRegistry, InMemoryChannels) - Constructor for class de.otto.synapse.eventsource.InMemoryMessageLogReceiverEndpointFactory
 
InMemoryMessageSender - Class in de.otto.synapse.endpoint.sender
 
InMemoryMessageSender(MessageTranslator<String>, InMemoryChannel) - Constructor for class de.otto.synapse.endpoint.sender.InMemoryMessageSender
 
InMemoryMessageSenderFactory - Class in de.otto.synapse.endpoint.sender
 
InMemoryMessageSenderFactory(MessageInterceptorRegistry, InMemoryChannels, ObjectMapper) - Constructor for class de.otto.synapse.endpoint.sender.InMemoryMessageSenderFactory
 
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.
InMemoryTestConfiguration - Class in de.otto.synapse.configuration
Configuration used to implement tests.
InMemoryTestConfiguration() - Constructor for class de.otto.synapse.configuration.InMemoryTestConfiguration
 
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.receiver.DelegateMessageLogReceiverEndpoint
 
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 unknown InterceptorChain.
isAutoStartup() - Method in class de.otto.synapse.eventsource.EventSourceConsumerProcess
 
isEnabled() - Method in class de.otto.synapse.configuration.ConsumerProcessProperties
 
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.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(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(ObjectMapper) - Constructor for class de.otto.synapse.translator.JsonStringMessageTranslator
 

K

keyPattern() - Method in class de.otto.synapse.consumer.DefaultMessageConsumer
 
keyPattern() - Method in interface de.otto.synapse.consumer.MessageConsumer
Returns the pattern of event 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() () event keys} accepted by this consumer.
keySet() - Method in class de.otto.synapse.state.StateRepository
 
kinesisSenderEndpointFactory(MessageInterceptorRegistry, InMemoryChannels, ObjectMapper) - Method in class de.otto.synapse.configuration.InMemoryTestConfiguration
 

L

load() - Method in interface de.otto.synapse.messagestore.DurableMessageStore
 
LogHelper - Class in de.otto.synapse.logging
 
LogHelper() - Constructor for class de.otto.synapse.logging.LogHelper
 

M

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.
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.
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.
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<T> - Class in de.otto.synapse.message
A Message is an atomic packet of data that can be transmitted on a channel.
Message(String, Header, T) - Constructor for class de.otto.synapse.message.Message
 
message(String, T) - Static method in class de.otto.synapse.message.Message
 
message(String, Header, T) - Static method in class de.otto.synapse.message.Message
 
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(ObjectMapper) - Constructor for class de.otto.synapse.consumer.MessageDispatcher
 
MessageDispatcher(ObjectMapper, 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.
MessageInterceptor - Interface in de.otto.synapse.endpoint
Message interceptors are used to intercept messages before they are sent or received by message endpoints.
MessageInterceptorRegistration - Class in de.otto.synapse.endpoint
Information about the channels that should be intercepted by a MessageInterceptor.
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
 
MessageLogReceiverEndpoint - Interface in de.otto.synapse.endpoint.receiver
Receiver-side MessageEndpoint endpoint of a Message Channel that supports random-access like reading of messages using ChannelPositions.
messageLogReceiverEndpointFactory(MessageInterceptorRegistry, InMemoryChannels) - Method in class de.otto.synapse.configuration.InMemoryTestConfiguration
 
MessageLogReceiverEndpointFactory - Interface in de.otto.synapse.endpoint.receiver
 
MessageQueueReceiverEndpoint - Interface in de.otto.synapse.endpoint.receiver
Receiver-side MessageEndpoint endpoint of a Message Channel with Queue or FIFO semantics.
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
 
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.
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
 

O

objectMapper() - Method in class de.otto.synapse.configuration.SynapseAutoConfiguration
 
of(String, Class<T>, Consumer<Message<T>>) - Static method in interface de.otto.synapse.consumer.MessageConsumer
 
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.

P

payloadType() - Method in class de.otto.synapse.consumer.DefaultMessageConsumer
Returns the expected payload type of events consumed by this EventConsumer.
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 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
 
postProcessBeforeInitialization(Object, String) - Method in class de.otto.synapse.annotation.EventSourceConsumerBeanPostProcessor
 
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.StateRepository
 

R

read(Bytes, V) - Method in class de.otto.synapse.state.ChronicleMapBytesMarshaller
 
readResolve() - Method in class de.otto.synapse.state.ChronicleMapBytesMarshaller
 
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.
register(MessageInterceptor) - Method in class de.otto.synapse.endpoint.InterceptorChain
 
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 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
 
registerInterceptorsFrom(MessageInterceptorRegistry) - Method in class de.otto.synapse.endpoint.AbstractMessageEndpoint
Registers all MessageInterceptor from the registry that is matching the AbstractMessageEndpoint.channelName and MessageEndpoint.getEndpointType().
registerInterceptorsFrom(MessageInterceptorRegistry) - Method in interface de.otto.synapse.endpoint.MessageEndpoint
Registers all MessageInterceptor from the registry that is matching the channel name and endpoint type.
registerInterceptorsFrom(MessageInterceptorRegistry) - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageLogReceiverEndpoint
 
remove(String) - Method in class de.otto.synapse.state.StateRepository
 
responseHeader(ShardPosition, Instant) - Static method in class de.otto.synapse.message.Header
 

S

save() - Method in interface de.otto.synapse.messagestore.DurableMessageStore
 
send(Message<String>) - Method in class de.otto.synapse.channel.InMemoryChannel
 
send(Message<T>) - Method in class de.otto.synapse.endpoint.sender.AbstractMessageSenderEndpoint
Sends a Message to the message channel.
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 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.
setApplicationContext(ApplicationContext) - Method in class de.otto.synapse.annotation.EventSourceConsumerBeanPostProcessor
 
setEnabled(boolean) - Method in class de.otto.synapse.configuration.ConsumerProcessProperties
 
setEnvironment(Environment) - Method in class de.otto.synapse.annotation.EventSourceBeanRegistrar
Set the Environment that this component runs in.
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
 
shards() - Method in class de.otto.synapse.channel.ChannelPosition
Returns a Set containing all shard names of this ChannelPosition.
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.StateRepository
 
SnapshotMessageStore - Interface in de.otto.synapse.messagestore
 
snapshotMessageStoreFactory() - Method in class de.otto.synapse.configuration.InMemoryTestConfiguration
 
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.eventsource.EventSourceConsumerProcess
 
startFrom() - Method in class de.otto.synapse.channel.ShardPosition
 
StartFrom - Enum in de.otto.synapse.channel
 
StateRepository<V> - Class in de.otto.synapse.state
 
StateRepository(ConcurrentMap<String, V>) - Constructor for class de.otto.synapse.state.StateRepository
 
stop() - Method in class de.otto.synapse.channel.InMemoryChannel
 
stop() - Method in class de.otto.synapse.endpoint.receiver.DelegateMessageLogReceiverEndpoint
 
stop() - Method in interface de.otto.synapse.endpoint.receiver.MessageLogReceiverEndpoint
Stops consumption of messages and shuts down the MessageLogReceiverEndpoint.
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
 
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(String, String) - Static method in class de.otto.synapse.message.Messages
 
stringMessage(String, Header, String) - Static method in class de.otto.synapse.message.Messages
 
SynapseAutoConfiguration - Class in de.otto.synapse.configuration
 
SynapseAutoConfiguration() - Constructor for class de.otto.synapse.configuration.SynapseAutoConfiguration
 

T

timestamp() - Method in class de.otto.synapse.channel.ShardPosition
 
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.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.Header
 
toString() - Method in class de.otto.synapse.message.Message
 
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

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.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.
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.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.

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
 
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
 
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
 
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 O P R S T U V W 
Skip navigation links