public class CompressionUtils
extends java.lang.Object
Constructor and Description |
---|
CompressionUtils() |
Modifier and Type | Method and Description |
---|---|
static Flow<ByteString,ByteString,NotUsed> |
compressorFlow(scala.Function0<Compressor> newCompressor)
Creates a flow from a compressor constructor.
|
public static Flow<ByteString,ByteString,NotUsed> compressorFlow(scala.Function0<Compressor> newCompressor)
newCompressor
- (undocumented)