package sharding
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sharding
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Entity[State] = Service[State]
- case class MessageEnvelope(entityId: String, data: Payload) extends Product with Serializable
- case class SetTimeout(duration: scala.concurrent.duration.Duration) extends Product with Serializable
- trait Sharding[M] extends AnyRef
A
Sharding[M]is able to send messages of typeMto a sharded entity or to stop one.
Value Members
- object Entity
- object MessageEnvelope extends Serializable
- object Sharding