Package de.otto.synapse.journal
Class Journals
java.lang.Object
de.otto.synapse.journal.Journals
-
Method Summary
Modifier and TypeMethodDescriptionstatic JournalmultiChannelJournal(StateRepository<?> stateRepository, String channelName, String... moreChannelNames) static JournalmultiChannelJournal(String name, String channelName, String... moreChannelNames) static Journalstatic JournalsingleChannelJournal(StateRepository<?> stateRepository, String channelName) static JournalsingleChannelJournal(String name, String channelName)
-
Method Details
-
noOpJournal
-
singleChannelJournal
-
singleChannelJournal
-
multiChannelJournal
public static Journal multiChannelJournal(StateRepository<?> stateRepository, String channelName, String... moreChannelNames) -
multiChannelJournal
-