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.
- EnvironmentInfo.Types
Container for nested types declared in the EnvironmentInfo message type.
- EnvironmentInfo.Types.HostingEnvironment.Types
Container for nested types declared in the HostingEnvironment message type.
- EnvironmentInfo.Types.LinuxPlatform.Types
Container for nested types declared in the LinuxPlatform message type.
- EnvironmentInfo.Types.Runtime.Types
Container for nested types declared in the Runtime message type.
- EnvironmentInfo.Types.WindowsPlatform.Types
Container for nested types declared in the WindowsPlatform message type.
- 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
- EnvironmentInfo.Types.HostingEnvironment.Types.HostingEnvironmentType
What kind of hosting environment we're running in. This list is about what can actually be detected reliably and is unrelated to what SDKs can actually run in.
- EnvironmentInfo.Types.Platform.VariantOneofCase
Enum of possible cases for the "variant" oneof.
- WorkerCommand.TypeOneofCase
Enum of possible cases for the "type" oneof.
- WorkerCommandResult.TypeOneofCase
Enum of possible cases for the "type" oneof.