Skip to content

Interface IStranglerFigRouteContributor

Namespace: Cephalon.Abstractions.Patterns
Assembly: Cephalon.Abstractions.dll

Allows a module to contribute strangler-fig routes into the active runtime.

public interface IStranglerFigRouteContributor

RegisterRoutes(IStranglerFigRouteRegistry)

Section titled “ RegisterRoutes(IStranglerFigRouteRegistry)”

Registers one or more strangler-fig route descriptors with the supplied registry.

void RegisterRoutes(IStranglerFigRouteRegistry routes)

routes IStranglerFigRouteRegistry

The registry that collects contributed route descriptors.