Trait

scalut.akka.actor

ActorFaultSupervisor

Related Doc: package actor

Permalink

trait ActorFaultSupervisor extends ChildCreationSupport with ActorLogging with DefaultActorImplicits

Supervisor for faults in child actors. Overrides akka.actor.Actor.supervisorStrategy and produce methods for default exceptions named with on(exception class name). Just override methods for your needs. See also TopSupervisor.

Self Type
ActorFaultSupervisor with Actor
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActorFaultSupervisor
  2. DefaultActorImplicits
  3. ActorLogging
  4. ChildCreationSupport
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createChild(props: Props, name: String): ActorRef

    Permalink
    Definition Classes
    ChildCreationSupport
  7. def createChild(props: Props): ActorRef

    Permalink

    Создает дочерний актор.

    Создает дочерний актор.

    Definition Classes
    ChildCreationSupport
  8. def createNamedChild(props: Props): ActorRef

    Permalink

    Creates child actor with name of its class.

    Creates child actor with name of its class.

    Definition Classes
    ChildCreationSupport
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. implicit def executionContext: ExecutionContext

    Permalink
    Definition Classes
    DefaultActorImplicits
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getOrCreateChild(name: String, props: ⇒ Props): ActorRef

    Permalink
    Definition Classes
    ChildCreationSupport
  15. def getOrCreateNamedChild(props: ⇒ Props): ActorRef

    Permalink
    Definition Classes
    ChildCreationSupport
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def log: LoggingAdapter

    Permalink
    Definition Classes
    ActorLogging
  19. def logError(faulted: ActorRef, ex: Exception, msg: String, strategy: Directive): Unit

    Permalink
    Attributes
    protected
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def onActorInitializationException(child: ActorRef, ex: ActorInitializationException): Directive

    Permalink
    Attributes
    protected
  24. def onActorKilledException(child: ActorRef, ex: ActorKilledException): Directive

    Permalink
    Attributes
    protected
  25. def onDeathPactException(child: ActorRef, ex: DeathPactException): Directive

    Permalink
    Attributes
    protected
  26. def onException(child: ActorRef, ex: Exception): Directive

    Permalink
    Attributes
    protected
  27. val supervisorStrategy: SupervisorStrategy

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. implicit def system: ActorSystem

    Permalink
    Definition Classes
    DefaultActorImplicits
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DefaultActorImplicits

Inherited from ActorLogging

Inherited from ChildCreationSupport

Inherited from AnyRef

Inherited from Any

Ungrouped