public class CompressionUtils$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CompressionUtils$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
CompressionUtils$() |
Modifier and Type | Method and Description |
---|---|
Flow<ByteString,ByteString,NotUsed> |
compressorFlow(scala.Function0<Compressor> newCompressor)
Creates a flow from a compressor constructor.
|
public static final CompressionUtils$ MODULE$
public Flow<ByteString,ByteString,NotUsed> compressorFlow(scala.Function0<Compressor> newCompressor)
newCompressor
- (undocumented)