replyToOrSkip property

ActorRef get replyToOrSkip

Returns the actor to reply to or throws a SkipMessage if null.

Implementation

ActorRef get replyToOrSkip => getOrSkip(replyTo);