CallbackPlan record
Represents a plan for executing a callback operation.
public record CallbackPlan
Public Members
| name | description |
|---|---|
| CallbackPlan(…) | Represents a plan for executing a callback operation. |
| Body { get; set; } | The body plan for the callback |
| CallbackId { get; set; } | The identifier for the callback |
| Method { get; set; } | The HTTP method for the callback |
| OperationId { get; set; } | The operation identifier for the callback |
| PathParams { get; set; } | The list of path parameters for the callback |
| UrlTemplate { get; set; } | The URL template for the callback |
See Also
- namespace Kestrun.Callback
- CallbackPlan.cs