public static final class LeveldbJournal.SubscribeAllPersistenceIds$ extends java.lang.Object implements LeveldbJournal.SubscriptionCommand, scala.Product, scala.Serializable
sender to current and new persistenceIds.
Used by query-side. The journal will send one LeveldbJournal.CurrentPersistenceIds to the
subscriber followed by LeveldbJournal.PersistenceIdAdded messages when new persistenceIds
are created.| Modifier and Type | Field and Description |
|---|---|
static LeveldbJournal.SubscribeAllPersistenceIds$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
SubscribeAllPersistenceIds$() |
public static final LeveldbJournal.SubscribeAllPersistenceIds$ MODULE$