Packages

package sharding

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sharding
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Entity[State] = Service[State]
  2. case class MessageEnvelope(entityId: String, data: Payload) extends Product with Serializable
  3. case class SetTimeout(duration: scala.concurrent.duration.Duration) extends Product with Serializable
  4. trait Sharding[M] extends AnyRef

    A Sharding[M] is able to send messages of type M to a sharded entity or to stop one.

Value Members

  1. object Entity
  2. object MessageEnvelope extends Serializable
  3. object Sharding

Inherited from AnyRef

Inherited from Any

Ungrouped