object StreamSubscriptionTimeoutTerminationMode

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

Value Members

  1. def cancel: StreamSubscriptionTimeoutTerminationMode

    When the timeout expires attach a Subscriber that will immediately cancel its subscription.

  2. def noop: StreamSubscriptionTimeoutTerminationMode

    Do not do anything when timeout expires.

  3. def warn: StreamSubscriptionTimeoutTerminationMode

    Log a warning when the timeout expires.

  4. case object CancelTermination extends with Product with Serializable
  5. case object NoopTermination extends with Product with Serializable
  6. case object WarnTermination extends with Product with Serializable