StageActor

org.apache.pekko.stream.stage.GraphStageLogic.StageActor
final class StageActor

Minimal actor to work with other actors and watch them in a synchronous ways

Not for user instantiation, use #getStageActor.

Attributes

Source
GraphStage.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def become(receive: Receive): Unit

Special become allowing to swap the behavior of this StageActorRef. Unbecome is not available.

Special become allowing to swap the behavior of this StageActorRef. Unbecome is not available.

Attributes

Source
GraphStage.scala
def ref: ActorRef

The ActorRef by which this StageActor can be contacted from the outside. This is a full-fledged ActorRef that supports watching and being watched as well as location transparent (remote) communication.

The ActorRef by which this StageActor can be contacted from the outside. This is a full-fledged ActorRef that supports watching and being watched as well as location transparent (remote) communication.

Attributes

Source
GraphStage.scala
def stop(): Unit

Attributes

Source
GraphStage.scala
def unwatch(actorRef: ActorRef): Unit

Attributes

Source
GraphStage.scala
def watch(actorRef: ActorRef): Unit

Attributes

Source
GraphStage.scala