reactivemongo.api.Compressor
See theCompressor companion trait
object Compressor
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Compressor.type
Members list
Type members
Classlikes
object Noop extends Compressor
The content of the message is uncompressed. This is realistically only used for testing.
The content of the message is uncompressed. This is realistically only used for testing.
Attributes
- Supertypes
- Self type
-
Noop.type
object Snappy extends Compressor
The content of the message is compressed using snappy.
sealed class Zlib extends Compressor
object Zlib
object Zstd extends Compressor
The content of the message is compressed using zstd.
In this article