Package org.apache.pekko.http.impl.util
Interface StreamUtils.OneTimeValve
- Enclosing class:
- StreamUtils
public static interface StreamUtils.OneTimeValve
Similar to Source.maybe but doesn't rely on materialization. Can only be used once.
- 
Method Summary
- 
Method Details- 
source<T> org.apache.pekko.stream.scaladsl.Source<T,org.apache.pekko.NotUsed> source()
- 
openvoid open()
 
-