Structs§
- Command
Status Response - Response to status queries
- Command
Target - Identifies the specific resource a command is addressed to.
- Create
Command Request - Request to create a new command
- Create
Command Response - Response to command creation
- Envelope
- Commands envelope sent to deployments
- Lease
Info - Lease information
- Lease
Request - Request for acquiring leases
- Lease
Response - Response to lease acquisition
- Release
Request - Request to release a lease
- Response
Handling - Response handling configuration for deployments
- Storage
Upload - Storage upload information
- Submit
Response Request - Request to submit a command response (from deployment)
- Trace
Context - W3C Trace Context propagated with a command lease.
- Upload
Complete Request - Request to mark upload as complete
- Upload
Complete Response - Response to upload completion
Enums§
- Body
Spec - Body specification supporting inline and storage modes
- Command
Delivery Mode - How a command is delivered to its target resource.
- Command
Response - Command response from deployment
- Command
State - Command states in the Commands protocol lifecycle
- Command
Target Type - The kind of command-capable resource a command targets.
Constants§
- COMMANDS_
INLINE_ MAX_ BYTES - Default inline size limit in bytes (150 KB) This is the most conservative platform limit (Azure Service Bus Standard at 256KB) with headroom for base64 encoding (~4/3 inflation) and envelope metadata.
- COMMANDS_
PROTOCOL_ VERSION - Protocol version identifier
- DEFAULT_
DRAIN_ TIMEOUT_ MS - Time allowed for in-flight handlers to finish before abort and release.
- DEFAULT_
LEASE_ SECONDS - Default lease duration requested per poll, in seconds.
- DEFAULT_
MAX_ LEASES - Default maximum number of leases requested per poll.
- DEFAULT_
POLL_ INTERVAL_ SECS - Default interval between lease polls, in seconds.
- DEFAULT_
POLL_ JITTER - Fractional randomization applied to receiver poll sleeps.
- DEFAULT_
POLL_ MAX_ INTERVAL_ MS - Maximum interval reached by the receiver’s empty/error poll backoff.
- WORKER_
COMMAND_ PUSH_ PATH - Runtime-owned HTTP endpoint for pushing commands to Local and Kubernetes Workers. Worker transports handle this path before app HTTP forwarding.