Class MessageBatchRequestCounts

    • Constructor Detail

    • Method Detail

      • canceled

         final Long canceled()

        Number of requests in the Message Batch that have been canceled.

        This is zero until processing of the entire Message Batch has ended.

      • errored

         final Long errored()

        Number of requests in the Message Batch that encountered an error.

        This is zero until processing of the entire Message Batch has ended.

      • expired

         final Long expired()

        Number of requests in the Message Batch that have expired.

        This is zero until processing of the entire Message Batch has ended.

      • processing

         final Long processing()

        Number of requests in the Message Batch that are processing.

      • succeeded

         final Long succeeded()

        Number of requests in the Message Batch that have completed successfully.

        This is zero until processing of the entire Message Batch has ended.

      • _canceled

         final JsonField<Long> _canceled()

        Number of requests in the Message Batch that have been canceled.

        This is zero until processing of the entire Message Batch has ended.

      • _errored

         final JsonField<Long> _errored()

        Number of requests in the Message Batch that encountered an error.

        This is zero until processing of the entire Message Batch has ended.

      • _expired

         final JsonField<Long> _expired()

        Number of requests in the Message Batch that have expired.

        This is zero until processing of the entire Message Batch has ended.

      • _succeeded

         final JsonField<Long> _succeeded()

        Number of requests in the Message Batch that have completed successfully.

        This is zero until processing of the entire Message Batch has ended.