Interface BodyConsumer

    • Method Detail

      • getBody

        Body getBody()
        This is used to acquire the body that has been consumed. This will return a body which can be used to read the content of the message, also if the request is multipart upload then all of the parts are provided as Part objects. Each part can then be read as an individual message.
        Returns:
        the body that has been consumed by this instance