Skip to content

Commit

Permalink
@DoNotInherit typed.ActorRef (akka#25851)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand authored and chbatey committed Nov 2, 2018
1 parent 6329a7b commit 87a033e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

package akka.actor.typed

import akka.annotation.DoNotInherit
import akka.annotation.InternalApi
import akka.{ actor a }
import scala.annotation.unchecked.uncheckedVariance
Expand All @@ -20,7 +21,10 @@ import akka.actor.typed.internal.InternalRecipientRef
* messages are delivered to the [[DeadLetter]] channel of the
* [[akka.event.EventStream]] on a best effort basis
* (i.e. this delivery is not reliable).
*
* Not for user extension
*/
@DoNotInherit
trait ActorRef[-T] extends RecipientRef[T] with java.lang.Comparable[ActorRef[_]] with java.io.Serializable { this: InternalRecipientRef[T]
/**
* Send a message to the Actor referenced by this ActorRef using *at-most-once*
Expand Down

0 comments on commit 87a033e

Please sign in to comment.