Packages

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

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

Linear Supertypes
Serializable, Product, Equals, RegistryProtocol, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ItsThisOne
  2. Serializable
  3. Product
  4. Equals
  5. RegistryProtocol
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ItsThisOne(dispatcher: ActorRef)

Value Members

  1. val dispatcher: ActorRef
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product