class BatchChannelActor extends Actor

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

Instance Constructors

  1. new BatchChannelActor(out: ActorRef, studyResultId: Long, batchDispatcher: ActorRef)
    Annotations
    @Inject()

Type Members

  1. type Receive = PartialFunction[Any, Unit]
    Definition Classes
    Actor

Value Members

  1. implicit val context: ActorContext
    Definition Classes
    Actor
  2. val pong: JsObject
  3. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  4. def postStop(): Unit
    Definition Classes
    BatchChannelActor → Actor
  5. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  6. def preStart(): Unit
    Definition Classes
    BatchChannelActor → Actor
  7. def receive: Receive
    Definition Classes
    BatchChannelActor → Actor
  8. implicit final val self: ActorRef
    Definition Classes
    Actor
  9. final def sender(): ActorRef
    Definition Classes
    Actor
  10. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  11. def unhandled(message: Any): Unit
    Definition Classes
    Actor