Package io.temporal.internal.worker
Interface WorkerWithLifecycle
-
- All Known Subinterfaces:
Startable,Suspendable,SuspendableWorker
- All Known Implementing Classes:
SyncActivityWorker,SyncWorkflowWorker
public interface WorkerWithLifecycle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkerLifecycleStategetLifecycleState()
-
-
-
Method Detail
-
getLifecycleState
WorkerLifecycleState getLifecycleState()
-
-