object BehaviorInterceptor

Source
BehaviorInterceptor.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BehaviorInterceptor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait PreStartTarget[T] extends AnyRef

    Abstraction of passing the on further in the behavior stack in BehaviorInterceptor#preStart.

    Abstraction of passing the on further in the behavior stack in BehaviorInterceptor#preStart.

    Not for user extension

    Annotations
    @DoNotInherit()
  2. trait ReceiveTarget[T] extends AnyRef

    Abstraction of passing the message on further in the behavior stack in BehaviorInterceptor#aroundReceive.

    Abstraction of passing the message on further in the behavior stack in BehaviorInterceptor#aroundReceive.

    Not for user extension

    Annotations
    @DoNotInherit()
  3. trait SignalTarget[T] extends AnyRef

    Abstraction of passing the signal on further in the behavior stack in BehaviorInterceptor#aroundReceive.

    Abstraction of passing the signal on further in the behavior stack in BehaviorInterceptor#aroundReceive.

    Not for user extension

    Annotations
    @DoNotInherit()