Package de.otto.synapse.journal
Class Journals
java.lang.Object
de.otto.synapse.journal.Journals
public class Journals
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static JournalmultiChannelJournal(StateRepository<?> stateRepository, java.lang.String channelName, java.lang.String... moreChannelNames)static JournalmultiChannelJournal(java.lang.String name, java.lang.String channelName, java.lang.String... moreChannelNames)static JournalnoOpJournal()static JournalsingleChannelJournal(StateRepository<?> stateRepository, java.lang.String channelName)static JournalsingleChannelJournal(java.lang.String name, java.lang.String channelName)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
noOpJournal
-
singleChannelJournal
public static Journal singleChannelJournal(StateRepository<?> stateRepository, java.lang.String channelName) -
singleChannelJournal
-
multiChannelJournal
public static Journal multiChannelJournal(StateRepository<?> stateRepository, java.lang.String channelName, java.lang.String... moreChannelNames) -
multiChannelJournal
public static Journal multiChannelJournal(java.lang.String name, java.lang.String channelName, java.lang.String... moreChannelNames)
-