IYarpConfigurationBuilder
Interface TypeScript
interface IYarpConfigurationBuilder { addCluster(endpoint: EndpointReference): YarpCluster; addRoute( path: string, cluster: YarpCluster): YarpRoute;}Methods
method
addCluster Invokes the AddCluster method
addCluster(endpoint: EndpointReference): YarpClusterParameters
endpoint EndpointReference Returns
YarpCluster method
addRoute Invokes the AddRoute method
addRoute( path: string, cluster: YarpCluster): YarpRouteParameters
path string cluster YarpCluster Returns
YarpRoute