Package io.temporal.internal.worker
Interface Suspendable
-
- All Known Subinterfaces:
SuspendableWorker
- All Known Implementing Classes:
SyncActivityWorker,SyncWorkflowWorker
public interface Suspendable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSuspended()voidresumePolling()Allow new poll requests.voidsuspendPolling()Do not make new poll requests.
-