Interface IStranglerFigRouteRegistry
Namespace: Cephalon.Abstractions.Patterns
Assembly: Cephalon.Abstractions.dll
Collects strangler-fig route descriptors contributed to the active runtime.
public interface IStranglerFigRouteRegistryMethods
Section titled “Methods”Add(StranglerFigRouteDescriptor)
Section titled “ Add(StranglerFigRouteDescriptor)”Adds a strangler-fig route descriptor to the current runtime composition.
void Add(StranglerFigRouteDescriptor route)Parameters
Section titled “Parameters”route StranglerFigRouteDescriptor
The route descriptor to register.