Namespace Temporalio.Api.Worker.V1
Classes
- CancelActivityCommand
Cancel an activity if it is still running. Otherwise, do nothing.
- CancelActivityResult
Result of a CancelActivityCommand. Treat both successful cancellation and no-op (activity is no longer running) as success.
- MessageReflection
Holder for reflection information generated from temporal/api/worker/v1/message.proto
- WorkerCommand
A command sent from the server to a worker.
- WorkerCommandResult
The result of executing a WorkerCommand.
- WorkerHeartbeat
Worker info message, contains information about the worker and its current state. All information is provided by the worker itself. (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: Removing those words make names less clear. --)
- WorkerHostInfo
Holds everything needed to identify the worker host/process context
- WorkerInfo
Detailed worker information.
- WorkerListInfo
Limited worker information returned in the list response. When adding fields here, ensure that it is also added to WorkerInfo (as it carries the full worker information).
Enums
- WorkerCommand.TypeOneofCase
Enum of possible cases for the "type" oneof.
- WorkerCommandResult.TypeOneofCase
Enum of possible cases for the "type" oneof.