Interface DataPipelineMessage

All Known Implementing Classes:
GSDataSourceMessage, GSDeleteMessage, GSFullSyncIndicatorMessage, GSInsertMessage, GSUpdateMessage, GSValidationMessage

public interface DataPipelineMessage
  • Method Details

    • isInsert

      boolean isInsert()
    • isDelete

      boolean isDelete()
    • isUpdate

      boolean isUpdate()
    • isValidate

      boolean isValidate()
    • isFullSync

      boolean isFullSync()
    • isFullSyncIndicator

      boolean isFullSyncIndicator()