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