object ActorPublisher

INTERNAL API

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

Type Members

  1. class NormalShutdownException extends IllegalStateException with NoStackTrace

Value Members

  1. val NormalShutdownReason: Throwable
  2. val NormalShutdownReasonMessage: String
  3. val SomeNormalShutdownReason: Some[Throwable]
  4. def apply[T](impl: ActorRef): ActorPublisher[T]