ITransformBuilder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |