Interface IResourceModifiedConsumer


public interface IResourceModifiedConsumer
The implementer of this interface should submit the result of an operation on a resource to the subscription processing pipeline.
  • Method Details

    • submitResourceModified

      Process a message by submitting it to the processing pipeline. The message is assumed to have been successfully submitted unless a MessageDeliveryException is thrown by the underlying support. The exception should be allowed to propagate for client handling and potential re-submission through the IResourceModifiedConsumerWithRetries.
      Parameters:
      theMsg - The message to submit This is an internal API - Use with caution!