public final class StreamingActor
extends akka.actor.AbstractActor
StreamingSessionActors delegating most of the messages to a specific session.| Modifier and Type | Field and Description |
|---|---|
static String |
ACTOR_NAME
The name of this Actor.
|
| Modifier and Type | Method and Description |
|---|---|
akka.actor.AbstractActor.Receive |
createReceive() |
static akka.actor.Props |
props(akka.actor.ActorRef pubSubMediator,
akka.actor.ActorRef commandRouter)
Creates Akka configuration object Props for this StreamingActor.
|
akka.actor.SupervisorStrategy |
supervisorStrategy() |
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, emptyBehavior, getContext, getSelf, getSender, postRestart, postStop, preRestart, preRestart, preStart, receive, receiveBuilder, self, sender, unhandledpublic static final String ACTOR_NAME
public static akka.actor.Props props(akka.actor.ActorRef pubSubMediator,
akka.actor.ActorRef commandRouter)
pubSubMediator - the PubSub mediator actorcommandRouter - the command router used to send signals into the clusterpublic akka.actor.SupervisorStrategy supervisorStrategy()
supervisorStrategy in interface akka.actor.ActorsupervisorStrategy in class akka.actor.AbstractActorpublic akka.actor.AbstractActor.Receive createReceive()
createReceive in class akka.actor.AbstractActorCopyright © 2017–2018 Eclipse Foundation. All rights reserved.