Skip to content

Interface IStranglerFigRouteRegistry

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

Collects strangler-fig route descriptors contributed to the active runtime.

public interface IStranglerFigRouteRegistry

Adds a strangler-fig route descriptor to the current runtime composition.

void Add(StranglerFigRouteDescriptor route)

route StranglerFigRouteDescriptor

The route descriptor to register.