Interface DBWriteHandler


  • public interface DBWriteHandler
    • Method Detail

      • processExternalWriteRequests

        java.util.List<QualityCode> processExternalWriteRequests​(java.util.List<DBWriteRequest> requests)
        Given a list of write requests entered into the database, the implementor should return a list of equal size. If the request was not handled, because the tag isn't driven by this provider for instance, it should return a null for that entry.