Uses of Class
org.springframework.amqp.support.postprocessor.AbstractDeflaterPostProcessor
Packages that use AbstractDeflaterPostProcessor
Package
Description
Package for Spring AMQP message post processors.
-
Uses of AbstractDeflaterPostProcessor in org.springframework.amqp.support.postprocessor
Modifier and TypeClassDescriptionclassA post processor that uses aDeflaterOutputStreamto compress the message body.classA post processor that uses aGZIPOutputStreamto compress the message body.classA post processor that uses aZipOutputStreamto compress the message body.