Uses of Package
org.springframework.amqp.support.postprocessor
Packages that use org.springframework.amqp.support.postprocessor
Package
Description
Package for Spring AMQP message post processors.
-
Classes in org.springframework.amqp.support.postprocessor used by org.springframework.amqp.support.postprocessorClassDescriptionBase 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
.