Packages

  • package root
    Definition Classes
    root
  • package batch
    Definition Classes
    root
  • object BatchDispatcher

    A BatchDispatcher is an Akka Actor responsible for distributing messages (BatchMsg) within a batch.

    A BatchDispatcher is an Akka Actor responsible for distributing messages (BatchMsg) within a batch.

    A BatchChannelActor is always opened during initialization of jatos.js (where a GroupChannelActor is opened only after the group was joined).

    A BatchChannelActor registers in a BatchDispatcher by sending the RegisterChannel message and unregisters by sending a UnregisterChannel message.

    A new BatchDispatcher is created by the BatchDispatcherRegistry. If a BatchDispatcher has no more members it closes itself.

    A BatchDispatcher handles and distributes messages between currently active the members of a batch. These messages are essentially JSON Patches after RFC 6902 and used to describe changes in the batch session data. The session data are stored and persisted with the Batch.

    Definition Classes
    batch
  • BatchAction
  • BatchActionJsonKey
  • BatchMsg
  • Factory
  • PoisonChannel
  • RegisterChannel
  • TellWhom
  • UnregisterChannel
o

batch.BatchDispatcher

BatchActionJsonKey

object BatchActionJsonKey extends Enumeration

Strings used as keys in the batch action JSON

Linear Supertypes
Enumeration, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BatchActionJsonKey
  2. Enumeration
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type BatchActionKey = Value
  2. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetOps[Value, SortedSet, ValueSet] with StrictOptimizedIterableOps[Value, Set, ValueSet] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()

Value Members

  1. val Action: Value
  2. val ErrorMsg: Value
  3. val SessionActionId: Value
  4. val SessionData: Value
  5. val SessionPatches: Value
  6. val SessionVersion: Value
  7. val SessionVersioning: Value
  8. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  9. final def maxId: Int
    Definition Classes
    Enumeration
  10. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  11. def values: ValueSet
    Definition Classes
    Enumeration
  12. final def withName(s: String): Value
    Definition Classes
    Enumeration
  13. implicit object ValueOrdering extends Ordering[Value]
    Definition Classes
    Enumeration