Interface SchedulingClient
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
InMemorySchedulingClient,WebsocketSchedulingClient
-
Method Summary
Modifier and TypeMethodDescriptiondefault CompletableFuture<Void>cancelSchedule(String scheduleId) cancelSchedule(String scheduleId, Guarantee guarantee) voidclose()getSchedule(String scheduleId) default CompletableFuture<Void>schedule(SerializedSchedule... schedules) schedule(Guarantee guarantee, SerializedSchedule... schedules)
-
Method Details
-
schedule
-
schedule
-
cancelSchedule
-
cancelSchedule
-
getSchedule
-
close
void close()- Specified by:
closein interfaceAutoCloseable
-