public class EventsByPersistenceIdPublisher$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static EventsByPersistenceIdPublisher$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
EventsByPersistenceIdPublisher$() |
Modifier and Type | Method and Description |
---|---|
akka.actor.Props |
props(java.lang.String persistenceId,
long fromSequenceNr,
long toSequenceNr,
scala.Option<scala.concurrent.duration.FiniteDuration> refreshInterval,
int maxBufSize,
java.lang.String writeJournalPluginId) |
public static final EventsByPersistenceIdPublisher$ MODULE$