Uses of Class
org.springframework.amqp.support.postprocessor.AbstractDecompressingPostProcessor
Packages that use AbstractDecompressingPostProcessor
Package
Description
Package for Spring AMQP message post processors.
-
Uses of AbstractDecompressingPostProcessor in org.springframework.amqp.support.postprocessor
Modifier and TypeClassDescriptionclass
A post processor that uses aGZIPInputStream
to decompress the message body.class
A post processor that uses aInflaterInputStream
to decompress the message body.class
A post processor that uses aZipInputStream
to decompress the message body.