Package akka.http.impl.util
Class StreamUtils.StreamControl
- java.lang.Object
-
- akka.http.impl.util.StreamUtils.StreamControl
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- StreamUtils
public static class StreamUtils.StreamControl extends java.lang.Object implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamControl(scala.concurrent.Future<scala.runtime.BoxedUnit> whenMaterialized, scala.concurrent.Future<scala.runtime.BoxedUnit> whenTerminated, scala.Option<akka.stream.KillSwitch> killSwitch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Option<akka.stream.KillSwitch>
killSwitch()
scala.concurrent.Future<scala.runtime.BoxedUnit>
whenMaterialized()
scala.concurrent.Future<scala.runtime.BoxedUnit>
whenTerminated()
-