Package akka.cluster.sharding.internal
Class EventSourcedRememberEntitiesShardStore$
- java.lang.Object
- 
- akka.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore$
 
- 
 public class EventSourcedRememberEntitiesShardStore$ extends java.lang.ObjectINTERNAL API
- 
- 
Field SummaryFields Modifier and Type Field Description static EventSourcedRememberEntitiesShardStore$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description EventSourcedRememberEntitiesShardStore$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.List<akka.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore.StateChange>createEntityEvents(scala.collection.immutable.Set<java.lang.String> entityIds, scala.Function1<scala.collection.immutable.Set<java.lang.String>,akka.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore.StateChange> eventConstructor, int batchSize)Propsprops(java.lang.String typeName, java.lang.String shardId, ClusterShardingSettings settings)
 
- 
- 
- 
Field Detail- 
MODULE$public static final EventSourcedRememberEntitiesShardStore$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
propspublic Props props(java.lang.String typeName, java.lang.String shardId, ClusterShardingSettings settings) 
 - 
createEntityEventspublic scala.collection.immutable.List<akka.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore.StateChange> createEntityEvents(scala.collection.immutable.Set<java.lang.String> entityIds, scala.Function1<scala.collection.immutable.Set<java.lang.String>,akka.cluster.sharding.internal.EventSourcedRememberEntitiesShardStore.StateChange> eventConstructor, int batchSize)
 
- 
 
-