RouteToTargetAction

sealed class RouteToTargetAction

An action that routes requests to a gateway target, either statically or with weighted traffic splitting.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard

A static route that sends all matching requests to a single target.

Link copied to clipboard

A weighted route that splits traffic between multiple targets.

Functions