object BatchDispatcherRegistry

A BatchDispatcherRegistry is an Akka Actor that keeps track of all BatchDispatcher Actors.

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

Type Members

  1. case class GetOrCreate(batchId: Long) extends RegistryProtocol with Product with Serializable

    Used by the BatchChannel service to ask which BatchDispatcher actor manages a particular batch.

    Used by the BatchChannel service to ask which BatchDispatcher actor manages a particular batch. If it doesn't exist, create a new one.

  2. case class ItsThisOne(dispatcher: ActorRef) extends RegistryProtocol with Product with Serializable

    Used to answer the BatchChannel service which BatchDispatcher actor manages a particular batch.

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

    Used by a BatchDispatcher to unregister itself from this registry