Class MessageMD5ChecksumInterceptor

java.lang.Object
software.amazon.awssdk.services.sqs.internal.MessageMD5ChecksumInterceptor
All Implemented Interfaces:
ExecutionInterceptor

public final class MessageMD5ChecksumInterceptor extends Object implements ExecutionInterceptor
SQS operations on sending and receiving messages will return the MD5 digest of the message body. This custom request handler will verify that the message is correctly received by SQS, by comparing the returned MD5 with the calculation according to the original request.
  • Constructor Details

    • MessageMD5ChecksumInterceptor

      public MessageMD5ChecksumInterceptor()
  • Method Details

    • afterExecution

      public void afterExecution(Context.AfterExecution context, ExecutionAttributes executionAttributes)
      Description copied from interface: ExecutionInterceptor
      Read the finalized SdkResponse as it will be returned by the client invocation.
      Specified by:
      afterExecution in interface ExecutionInterceptor
      Parameters:
      context - The current state of the execution, including the SDK and HTTP requests as well as the SDK and HTTP response.
      executionAttributes - A mutable set of attributes scoped to one specific request/response cycle that can be used to give data to future lifecycle methods.