object StreamSupervisor

INTERNAL API

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

Type Members

  1. final case class Children (children: Set[ActorRef]) extends Product with Serializable

    Testing purpose

  2. final case class Materialize (props: Props, name: String) extends DeadLetterSuppression with NoSerializationVerificationNeeded with Product with Serializable

Value Members

  1. def nextName(): String
  2. def props(settings: ActorMaterializerSettings, haveShutDown: AtomicBoolean): Props
  3. object GetChildren extends Product with Serializable

    Testing purpose

  4. object PrintDebugDump extends Product with Serializable

    Testing purpose

  5. object StopChildren extends Product with Serializable

    Testing purpose

  6. object StoppedChildren extends Product with Serializable

    Testing purpose