Uses of Class
org.springframework.amqp.support.postprocessor.AbstractDeflaterPostProcessor
Package
Description
Package for Spring AMQP message post processors.
-
Uses of AbstractDeflaterPostProcessor in org.springframework.amqp.support.postprocessor
Modifier and TypeClassDescriptionclass
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.