Package app.ductape.sdk.database.types
Interface TriggerTypes.TriggerManager
- All Known Implementing Classes:
TriggerProcessor
- Enclosing class:
- TriggerTypes
public static interface TriggerTypes.TriggerManager
TS
ITriggerManager — implement with HTTP/SDK clients; async variants omitted.-
Method Summary
Modifier and TypeMethodDescriptionbooleanlist(TriggerTypes.ListTriggersOptions options) update(String tag, TriggerTypes.UpdateTriggerInput input)
-
Method Details
-
create
- Throws:
Exception
-
list
- Throws:
Exception
-
fetch
- Throws:
Exception
-
update
TriggerTypes.PersistedTrigger update(String tag, TriggerTypes.UpdateTriggerInput input) throws Exception - Throws:
Exception
-
delete
- Throws:
Exception
-