Class DeleteContext


  • public final class DeleteContext
    extends OperationContext
    This class is used to describe the context attached to a Delete Operation.
    • Constructor Detail

      • DeleteContext

        public DeleteContext​(CSN csn,
                             UUID entryUUID)
        Creates a new DeleteContext with the provided information.
        Parameters:
        csn - The CSN of the Delete Operation.
        entryUUID - The unique Id of the deleted entry.