Class ActorAdapter$


  • public class ActorAdapter$
    extends java.lang.Object
    Thrown to indicate that a Behavior has failed so that the parent gets the cause and can fill in the cause in the ChildFailed signal Wrapped to avoid it being logged as the typed supervision will already have logged it.

    Should only be thrown if the parent is known to be an ActorAdapter.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ActorAdapter$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      ActorAdapter$()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final ActorAdapter$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ActorAdapter$

        public ActorAdapter$()