Uses of Class
org.springframework.amqp.support.postprocessor.AbstractCompressingPostProcessor
Package
Description
Package for Spring AMQP message post processors.
-
Uses of AbstractCompressingPostProcessor in org.springframework.amqp.support.postprocessor
Modifier and TypeClassDescriptionclass
Base class for post processors based onDeflater
.class
A post processor that uses aDeflaterOutputStream
to compress the message body.class
A post processor that uses aGZIPOutputStream
to compress the message body.class
A post processor that uses aZipOutputStream
to compress the message body.