class GroupChannelActor extends Actor

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

Instance Constructors

  1. new GroupChannelActor(out: ActorRef, studyResultId: Long, groupDispatcher: 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. var groupDispatcher: ActorRef
  3. val pong: JsObject
  4. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  5. def postStop(): Unit
    Definition Classes
    GroupChannelActor → Actor
  6. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  7. def preStart(): Unit
    Definition Classes
    GroupChannelActor → Actor
  8. def receive: Receive
    Definition Classes
    GroupChannelActor → Actor
  9. implicit final val self: ActorRef
    Definition Classes
    Actor
  10. final def sender(): ActorRef
    Definition Classes
    Actor
  11. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  12. def unhandled(message: Any): Unit
    Definition Classes
    Actor