Package io.temporal.worker
-
Interface Summary Interface Description WorkflowTaskDispatchHandle.DispatchCallback A callback into aWorkflowWorker
to dispatch a workflow task -
Class Summary Class Description MetricsType Worker Hosts activity and workflow implementations.WorkerFactory Maintains worker creation and lifecycle.WorkerFactoryOptions WorkerFactoryOptions.Builder WorkerMetricsTag WorkerOptions WorkerOptions.Builder WorkflowImplementationOptions WorkflowImplementationOptions.Builder WorkflowTaskDispatchHandle -
Enum Summary Enum Description WorkerMetricsTag.WorkerType -
Exception Summary Exception Description NonDeterministicException Thrown if history events from the server don't match commands issued by the execution or replay of workflow code.TypeAlreadyRegisteredException This exception is thrown when worker has an activity instance for the activity type a workflow type or factory for the workflow type already registered.