Interface ContentRoutingProvider

Implementers of this interface can provide a ContentRouting implementation to interested callers.

interface ContentRoutingProvider {
    [contentRoutingSymbol]: ContentRouting;
}

Properties

[contentRoutingSymbol]: ContentRouting