object GroupDispatcherRegistry
A GroupDispatcherRegistry is an Akka Actor keeps track of all GroupDispatchers Actors.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GroupDispatcherRegistry
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- 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).
- 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.
- case class ItsThisOne(groupDispatcherOption: Option[ActorRef]) extends RegistryProtocol with Product with Serializable
Used to answer the GroupChannel service which GroupDispatcher manages a particular group.
- abstract class RegistryProtocol extends AnyRef
- case class Unregister(groupResultId: Long) extends RegistryProtocol with Product with Serializable
Used by a GroupDispatcher to unregister itself from this registry