Class DurableStateStoreRegistry
java.lang.Object
org.apache.pekko.persistence.PersistencePlugin<DurableStateStore<?>,DurableStateStore<?>,DurableStateStoreProvider>
org.apache.pekko.persistence.state.DurableStateStoreRegistry
- All Implemented Interfaces:
Extension
public class DurableStateStoreRegistry
extends org.apache.pekko.persistence.PersistencePlugin<DurableStateStore<?>,DurableStateStore<?>,DurableStateStoreProvider>
implements Extension
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.apache.pekko.persistence.PersistencePlugin
org$apache$pekko$persistence$PersistencePlugin$$ev, org$apache$pekko$persistence$PersistencePlugin$$system -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Tapply(ActorSystem system) static Tapply(ClassicActorSystemProvider system) static DurableStateStoreRegistrycreateExtension(ExtendedActorSystem system) final <T extends DurableStateStore<?>>
TdurableStateStoreFor(String pluginId) Scala API: Returns thepekko.persistence.state.scaladsl.DurableStateStorespecified by the given configuration entry.static final booleanstatic DurableStateStoreRegistryget(ActorSystem system) static DurableStateStoreRegistryget(ClassicActorSystemProvider system) final <T extends DurableStateStore<?>>
TgetDurableStateStoreFor(Class<T> clazz, String pluginId) Java API: Returns thepekko.persistence.state.javadsl.DurableStateStorespecified by the given configuration entry.static final inthashCode()static DurableStateStoreRegistry$lookup()Methods inherited from class org.apache.pekko.persistence.PersistencePlugin
org$apache$pekko$persistence$PersistencePlugin$$createPlugin, org$apache$pekko$persistence$PersistencePlugin$$instantiate$1, pluginFor
-
Constructor Details
-
DurableStateStoreRegistry
-
-
Method Details
-
get
-
get
-
createExtension
-
lookup
-
apply
-
apply
-
hashCode
public static final int hashCode() -
equals
-
durableStateStoreFor
Scala API: Returns thepekko.persistence.state.scaladsl.DurableStateStorespecified by the given configuration entry. -
getDurableStateStoreFor
public final <T extends DurableStateStore<?>> T getDurableStateStoreFor(Class<T> clazz, String pluginId) Java API: Returns thepekko.persistence.state.javadsl.DurableStateStorespecified by the given configuration entry.
-