object GroupDispatcherRegistry

A GroupDispatcherRegistry is an Akka Actor keeps track of all GroupDispatchers Actors.

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

Type Members

  1. case class Get(groupResultId: Long) extends RegistryProtocol with Product with Serializable

    Used by the GroupChannel service to ask which GroupDispatcher actor manages a particular group (specified by the group result ID).

  2. case class GetOrCreate(groupResultId: Long) extends RegistryProtocol with Product with Serializable

    Used by the GroupChannel service to ask which GroupDispatcher actor manages a particular group (specified by the group result ID).

    Used by the GroupChannel service to ask which GroupDispatcher actor manages a particular group (specified by the group result ID). If it doesn't exist, create a new one.

  3. case class ItsThisOne(groupDispatcherOption: Option[ActorRef]) extends RegistryProtocol with Product with Serializable

    Used to answer the GroupChannel service which GroupDispatcher manages a particular group.

  4. abstract class RegistryProtocol extends AnyRef
  5. case class Unregister(groupResultId: Long) extends RegistryProtocol with Product with Serializable

    Used by a GroupDispatcher to unregister itself from this registry