public class PersistenceMultiDcSettings$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static PersistenceMultiDcSettings$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
PersistenceMultiDcSettings$() |
| Modifier and Type | Method and Description |
|---|---|
PersistenceMultiDcSettings |
apply(akka.actor.ActorSystem system)
Scala API
|
PersistenceMultiDcSettings |
apply(com.typesafe.config.Config config)
Scala API
|
PersistenceMultiDcSettings |
create(akka.actor.ActorSystem system)
Java API
|
PersistenceMultiDcSettings |
create(com.typesafe.config.Config config)
Java API
|
java.lang.String |
DefaultReplicatedEventsQueryJournalPluginId()
Use this identifier when constructing a Persistence Query stream to consume events of Replicated Entities
|
public static final PersistenceMultiDcSettings$ MODULE$
public java.lang.String DefaultReplicatedEventsQueryJournalPluginId()
The value is "cassandra-query-journal-multi-dc" and corresponds
to the absolute path to the read journal configuration entry.
public PersistenceMultiDcSettings create(akka.actor.ActorSystem system)
public PersistenceMultiDcSettings create(com.typesafe.config.Config config)
public PersistenceMultiDcSettings apply(akka.actor.ActorSystem system)
public PersistenceMultiDcSettings apply(com.typesafe.config.Config config)