Skip navigation links
A C D E G H I M O S T 

A

add(TraceEntry) - Method in class de.otto.synapse.edison.trace.MessageTrace
Adds a Message to the MessageStore.

C

close() - Method in class de.otto.synapse.edison.statusdetail.EdisonStateRepository
 

D

de.otto.synapse.edison.health - package de.otto.synapse.edison.health
 
de.otto.synapse.edison.history - package de.otto.synapse.edison.history
 
de.otto.synapse.edison.logging - package de.otto.synapse.edison.logging
 
de.otto.synapse.edison.statusdetail - package de.otto.synapse.edison.statusdetail
 
de.otto.synapse.edison.trace - package de.otto.synapse.edison.trace
 
Diff - Class in de.otto.synapse.edison.history
 
Diff(String, Object, Object) - Constructor for class de.otto.synapse.edison.history.Diff
 

E

EdisonStateRepository<T> - Class in de.otto.synapse.edison.statusdetail
 
EdisonStateRepository(StateRepository<T>, String) - Constructor for class de.otto.synapse.edison.statusdetail.EdisonStateRepository
 
equals(Object) - Method in class de.otto.synapse.edison.history.Diff
 
equals(Object) - Method in class de.otto.synapse.edison.history.History
 
equals(Object) - Method in class de.otto.synapse.edison.history.HistoryEntry
 
equals(Object) - Method in class de.otto.synapse.edison.trace.TraceEntry
 
EventSourceSyncDurationLogger - Class in de.otto.synapse.edison.logging
 
EventSourceSyncDurationLogger(Optional<List<EventSource>>) - Constructor for class de.otto.synapse.edison.logging.EventSourceSyncDurationLogger
 

G

getChannelName() - Method in class de.otto.synapse.edison.history.HistoryEntry
 
getChannelName() - Method in class de.otto.synapse.edison.trace.TraceEntry
 
getDiffs() - Method in class de.otto.synapse.edison.history.HistoryEntry
 
getEndpointType() - Method in class de.otto.synapse.edison.trace.TraceEntry
 
getEntityId() - Method in class de.otto.synapse.edison.history.History
 
getEntries() - Method in class de.otto.synapse.edison.history.History
 
getHistory(String, String) - Method in class de.otto.synapse.edison.history.HistoryService
Returns the History of an entity.
getHistoryAsJson(String, String) - Method in class de.otto.synapse.edison.history.HistoryController
 
getInfos() - Method in class de.otto.synapse.edison.statusdetail.MessageReceiverEndpointInfoProvider
 
getKey() - Method in class de.otto.synapse.edison.history.Diff
 
getMessage() - Method in class de.otto.synapse.edison.trace.TraceEntry
 
getMessageKey() - Method in class de.otto.synapse.edison.history.HistoryEntry
 
getMessagePayload() - Method in class de.otto.synapse.edison.history.HistoryEntry
 
getMessageTrace(String, String) - Method in class de.otto.synapse.edison.trace.MessageTraceController
 
getMessageTrace() - Method in class de.otto.synapse.edison.trace.MessageTraceController
 
getNewValue() - Method in class de.otto.synapse.edison.history.Diff
 
getPreviousValue() - Method in class de.otto.synapse.edison.history.Diff
 
getReceiverChannels() - Method in class de.otto.synapse.edison.trace.MessageTrace
 
getReceiverTimestamp() - Method in class de.otto.synapse.edison.history.HistoryEntry
 
getSenderChannels() - Method in class de.otto.synapse.edison.trace.MessageTrace
 
getSenderTimestamp() - Method in class de.otto.synapse.edison.history.HistoryEntry
 
getSequenceNumber() - Method in class de.otto.synapse.edison.trace.TraceEntry
 
getTimestamp() - Method in class de.otto.synapse.edison.trace.TraceEntry
 

H

hashCode() - Method in class de.otto.synapse.edison.history.Diff
 
hashCode() - Method in class de.otto.synapse.edison.history.History
 
hashCode() - Method in class de.otto.synapse.edison.history.HistoryEntry
 
hashCode() - Method in class de.otto.synapse.edison.trace.TraceEntry
 
health() - Method in class de.otto.synapse.edison.health.MessageReceiverEndpointHealthIndicator
 
health() - Method in class de.otto.synapse.edison.health.SnapshotReaderHealthIndicator
 
health() - Method in class de.otto.synapse.edison.health.StartupHealthIndicator
 
History - Class in de.otto.synapse.edison.history
The history of a single entity that is aggregated from messages and stored in a StateRepository.
History(String, List<HistoryEntry>) - Constructor for class de.otto.synapse.edison.history.History
 
HistoryConfiguration - Class in de.otto.synapse.edison.history
 
HistoryConfiguration() - Constructor for class de.otto.synapse.edison.history.HistoryConfiguration
 
historyController() - Method in class de.otto.synapse.edison.history.HistoryConfiguration
 
HistoryController - Class in de.otto.synapse.edison.history
 
HistoryController(HistoryService) - Constructor for class de.otto.synapse.edison.history.HistoryController
 
HistoryEntry - Class in de.otto.synapse.edison.history
An entry in the History of some entity in a StateRepository.
HistoryEntry(Message<?>, String, List<Diff>) - Constructor for class de.otto.synapse.edison.history.HistoryEntry
 
historyService() - Method in class de.otto.synapse.edison.history.HistoryConfiguration
 
HistoryService - Class in de.otto.synapse.edison.history
 
HistoryService() - Constructor for class de.otto.synapse.edison.history.HistoryService
 

I

isEqual() - Method in class de.otto.synapse.edison.history.Diff
 

M

MessageReceiverEndpointHealthIndicator - Class in de.otto.synapse.edison.health
 
MessageReceiverEndpointHealthIndicator() - Constructor for class de.otto.synapse.edison.health.MessageReceiverEndpointHealthIndicator
 
MessageReceiverEndpointInfoProvider - Class in de.otto.synapse.edison.statusdetail
 
MessageReceiverEndpointInfoProvider(Optional<List<EventSource>>) - Constructor for class de.otto.synapse.edison.statusdetail.MessageReceiverEndpointInfoProvider
 
MessageReceiverEndpointInfoProvider(Optional<List<EventSource>>, Clock) - Constructor for class de.otto.synapse.edison.statusdetail.MessageReceiverEndpointInfoProvider
For testing purposes only.
MessageReceiverStatusDetailIndicator - Class in de.otto.synapse.edison.statusdetail
 
MessageReceiverStatusDetailIndicator(MessageReceiverEndpointInfoProvider) - Constructor for class de.otto.synapse.edison.statusdetail.MessageReceiverStatusDetailIndicator
 
MessageTrace - Class in de.otto.synapse.edison.trace
Thread-safe in-memory implementation of a circular MessageStore that is storing all traceEntries in insertion order with a configurable capacity.
MessageTrace(int) - Constructor for class de.otto.synapse.edison.trace.MessageTrace
Creates a new instance with specified capacity.
messageTrace(MessageInterceptorRegistry, NavBar, ManagementServerProperties, Optional<List<? extends MessageEndpoint>>) - Method in class de.otto.synapse.edison.trace.MessageTraceAutoConfiguration
 
MessageTraceAutoConfiguration - Class in de.otto.synapse.edison.trace
 
MessageTraceAutoConfiguration() - Constructor for class de.otto.synapse.edison.trace.MessageTraceAutoConfiguration
 
MessageTraceController - Class in de.otto.synapse.edison.trace
 

O

on(MessageReceiverNotification) - Method in class de.otto.synapse.edison.health.MessageReceiverEndpointHealthIndicator
 
on(SnapshotReaderNotification) - Method in class de.otto.synapse.edison.health.SnapshotReaderHealthIndicator
 
on(MessageReceiverNotification) - Method in class de.otto.synapse.edison.health.StartupHealthIndicator
 
on(MessageReceiverNotification) - Method in class de.otto.synapse.edison.logging.EventSourceSyncDurationLogger
 
on(MessageReceiverNotification) - Method in class de.otto.synapse.edison.statusdetail.MessageReceiverEndpointInfoProvider
 
on(SnapshotReaderNotification) - Method in class de.otto.synapse.edison.statusdetail.SnapshotStatusDetailIndicator
 

S

SnapshotReaderHealthIndicator - Class in de.otto.synapse.edison.health
 
SnapshotReaderHealthIndicator() - Constructor for class de.otto.synapse.edison.health.SnapshotReaderHealthIndicator
 
SnapshotStatusDetailIndicator - Class in de.otto.synapse.edison.statusdetail
 
SnapshotStatusDetailIndicator(Optional<List<EventSource>>) - Constructor for class de.otto.synapse.edison.statusdetail.SnapshotStatusDetailIndicator
 
StartupHealthIndicator - Class in de.otto.synapse.edison.health
A Spring Boot HealthIndicator that is healthy after finishing all events of an EventSource for the first time.
StartupHealthIndicator(Optional<List<EventSource>>) - Constructor for class de.otto.synapse.edison.health.StartupHealthIndicator
 
statusDetail() - Method in class de.otto.synapse.edison.statusdetail.EdisonStateRepository
 
statusDetails() - Method in class de.otto.synapse.edison.statusdetail.EdisonStateRepository
 
statusDetails() - Method in class de.otto.synapse.edison.statusdetail.MessageReceiverStatusDetailIndicator
 
statusDetails() - Method in class de.otto.synapse.edison.statusdetail.SnapshotStatusDetailIndicator
 
stream() - Method in class de.otto.synapse.edison.trace.MessageTrace
Returns a Stream of traceEntries contained in the RegisteredEndpoints.
stream(String, EndpointType) - Method in class de.otto.synapse.edison.trace.MessageTrace
 

T

TEN_SECONDS - Static variable in class de.otto.synapse.edison.health.StartupHealthIndicator
 
toString() - Method in class de.otto.synapse.edison.history.Diff
 
toString() - Method in class de.otto.synapse.edison.history.History
 
toString() - Method in class de.otto.synapse.edison.history.HistoryEntry
 
toString() - Method in class de.otto.synapse.edison.trace.TraceEntry
 
TraceEntry - Class in de.otto.synapse.edison.trace
 
TraceEntry(String, EndpointType, Message<String>) - Constructor for class de.otto.synapse.edison.trace.TraceEntry
 
A C D E G H I M O S T 
Skip navigation links