Uses of Class
org.springframework.amqp.support.postprocessor.AbstractCompressingPostProcessor
Packages that use AbstractCompressingPostProcessor
Package
Description
Package for Spring AMQP message post processors.
-
Uses of AbstractCompressingPostProcessor in org.springframework.amqp.support.postprocessor
Modifier and TypeClassDescriptionclassBase class for post processors based onDeflater.classA 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.