Package akka.cluster.sharding
Class RemoveInternalClusterShardingData.RemoveOnePersistenceId$
- java.lang.Object
-
- akka.cluster.sharding.RemoveInternalClusterShardingData.RemoveOnePersistenceId$
-
- Enclosing class:
- RemoveInternalClusterShardingData
public static class RemoveInternalClusterShardingData.RemoveOnePersistenceId$ extends java.lang.Object
INTERNAL API
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals
static class
RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Removals$
static class
RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result
static class
RemoveInternalClusterShardingData.RemoveOnePersistenceId$.Result$
-
Field Summary
Fields Modifier and Type Field Description static RemoveInternalClusterShardingData.RemoveOnePersistenceId$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RemoveOnePersistenceId$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Props
props(java.lang.String journalPluginId, java.lang.String persistenceId, ActorRef replyTo)
-
-
-
Field Detail
-
MODULE$
public static final RemoveInternalClusterShardingData.RemoveOnePersistenceId$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-