org.apache.pekko.stream.StreamSubscriptionTimeoutTerminationMode
See theStreamSubscriptionTimeoutTerminationMode companion class
Attributes
- Companion
- class
- Source
- ActorMaterializer.scala
- Graph
-
- Supertypes
- Self type
Members list
Type members
Classlikes
case object CancelTermination extends StreamSubscriptionTimeoutTerminationMode
Attributes
- Source
- ActorMaterializer.scala
- Supertypes
- Self type
-
CancelTermination.type
case object NoopTermination extends StreamSubscriptionTimeoutTerminationMode
Attributes
- Source
- ActorMaterializer.scala
- Supertypes
- Self type
-
NoopTermination.type
case object WarnTermination extends StreamSubscriptionTimeoutTerminationMode
Attributes
- Source
- ActorMaterializer.scala
- Supertypes
- Self type
-
WarnTermination.type
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
When the timeout expires attach a Subscriber that will immediately cancel its subscription.
When the timeout expires attach a Subscriber that will immediately cancel its subscription.
Attributes
- Source
- ActorMaterializer.scala
Do not do anything when timeout expires.
Log a warning when the timeout expires.
In this article