Interface QueueDlpService

All Known Implementing Classes:
QueueDlpServiceImpl

public interface QueueDlpService
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addToQueue(String connectorName, String id)
    Add a dlp operation to the dlp queue
    void
    Remove from queue all dlp operation for the provided id
  • Method Details

    • addToQueue

      void addToQueue(String connectorName, String id)
      Add a dlp operation to the dlp queue
      Parameters:
      connectorName - Name of the connector
      id - id of the entity
    • removeAllItemFromQueue

      void removeAllItemFromQueue(String id)
      Remove from queue all dlp operation for the provided id
      Parameters:
      id - id of the entity