Uses of Package
org.springframework.amqp.support.postprocessor
Package
Description
Package for Spring AMQP message post processors.
-
ClassDescriptionBase class for post processors that compress the message body.Base class for post processors that decompress the message body if the
MessageProperties.SPRING_AUTO_DECOMPRESS
header is true or to optionally always decompress if the content encoding matchesAbstractDecompressingPostProcessor.getEncoding()
, or starts withAbstractDecompressingPostProcessor.getEncoding()
+ ":", in which case the encoding following the colon becomes the final content encoding of the decompressed message.Base class for post processors based onDeflater
.