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 Summary
Modifier and TypeMethodDescriptionvoid
Process a message by submitting it to the 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 aMessageDeliveryException
is thrown by the underlying support. The exception should be allowed to propagate for client handling and potential re-submission through theIResourceModifiedConsumerWithRetries
.- Parameters:
theMsg
- The message to submit This is an internal API - Use with caution!
-