Package io.temporal.internal.worker
Interface Suspendable
-
- All Superinterfaces:
WorkerWithLifecycle
- All Known Subinterfaces:
SuspendableWorker
- All Known Implementing Classes:
SyncActivityWorker
,SyncWorkflowWorker
public interface Suspendable extends WorkerWithLifecycle
-
-
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.-
Methods inherited from interface io.temporal.internal.worker.WorkerWithLifecycle
getLifecycleState
-
-