Action

sealed class Action

An action to take when a gateway rule's conditions are met.

Inheritors

Types

Link copied to clipboard

An action that applies a configuration bundle override to the request.

Link copied to clipboard
data class RouteToTarget(val value: RouteToTargetAction) : Action

An action that routes the request to a specific target.

Link copied to clipboard

Functions