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 boolean
isSuspended()
void
resumePolling()
Allow new poll requests.void
suspendPolling()
Do not make new poll requests.
-