IRouteStore Interface

Namespace
CondenserDotNet.Server
Implementing Types
graph TD Type["IRouteStore"] class Type type-node Type-.->Implementing0["RouteStore"] click Implementing0 "/CondenserDocs/api/CondenserDotNet.Server/RouteStore"

Syntax

public interface IRouteStore

Methods

Name Value Summary
AddService(string) void
CreateServiceInstanceAsync(ServiceInstance) Task<IService>
GetServiceInstances(string) List<IService>
GetServices() Dictionary<string, List<IService>>
GetStats() ICurrentState[]
GetTree() RadixTree<IService>
HasService(string) bool
RemoveService(string) void