Dela via


ITransformBuilder Interface

Definition

Validates and builds request and response transforms for a given route.

public interface ITransformBuilder
type ITransformBuilder = interface
Public Interface ITransformBuilder

Methods

Build(RouteConfig, ClusterConfig)

Builds the transforms for the given route into executable rules.

Create(Action<TransformBuilderContext>)
ValidateCluster(ClusterConfig)

Validates that any cluster data needed for transforms is valid.

ValidateRoute(RouteConfig)

Validates that each transform for the given route is known and has the expected parameters. All transforms are validated so all errors can be reported.

Applies to