object ReplicationRegion
- Alphabetic
- By Inheritance
- ReplicationRegion
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type EntityId = String
Marker type of entity identifier (
String
). - type ExtractEntityId = PartialFunction[Msg, (EntityId, Msg)]
Interface of the partial function used by the ReplicationRegion to extract the entity id and the message to send to the entity from an incoming message.
Interface of the partial function used by the ReplicationRegion to extract the entity id and the message to send to the entity from an incoming message. The implementation is application specific.
- type ExtractShardId = PartialFunction[Msg, ShardId]
Interface of the function used by the ReplicationRegion to extract the shard id from an incoming message.
Interface of the function used by the ReplicationRegion to extract the shard id from an incoming message. Only messages that passed the ExtractEntityId will be used as input to this function.
- type Msg = Any
Marker type of application messages (
Any
). - final case class Passivate(entityPath: ActorPath, stopMessage: Any) extends ShardCommand with Product with Serializable
- type ShardId = String
Marker type of shard identifier (
String
).
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()