Package org.apache.pekko.http.impl.util
Class StreamUtils.StreamControl
java.lang.Object
org.apache.pekko.http.impl.util.StreamUtils.StreamControl
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
- Enclosing class:
- StreamUtils
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionStreamControl(scala.concurrent.Future<scala.runtime.BoxedUnit> whenMaterialized, scala.concurrent.Future<scala.runtime.BoxedUnit> whenTerminated, scala.Option<org.apache.pekko.stream.KillSwitch> killSwitch) 
- 
Method SummaryModifier and TypeMethodDescriptionscala.Option<org.apache.pekko.stream.KillSwitch>scala.concurrent.Future<scala.runtime.BoxedUnit>scala.concurrent.Future<scala.runtime.BoxedUnit>Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
StreamControlpublic StreamControl(scala.concurrent.Future<scala.runtime.BoxedUnit> whenMaterialized, scala.concurrent.Future<scala.runtime.BoxedUnit> whenTerminated, scala.Option<org.apache.pekko.stream.KillSwitch> killSwitch) 
 
- 
- 
Method Details- 
whenMaterializedpublic scala.concurrent.Future<scala.runtime.BoxedUnit> whenMaterialized()
- 
whenTerminatedpublic scala.concurrent.Future<scala.runtime.BoxedUnit> whenTerminated()
- 
killSwitchpublic scala.Option<org.apache.pekko.stream.KillSwitch> killSwitch()
 
-