fixes for capabilities
This commit is contained in:
@@ -27,7 +27,7 @@ public interface IApiServer
|
||||
void RegisterHandler(Delegate handler);
|
||||
void RegisterHandler(Delegate handler, bool throwOnError);
|
||||
void RegisterHandler(Delegate handler, ApiMessageHandlerAttribute attribute, bool throwOnError);
|
||||
IEnumerable<string> GetEndpoints();
|
||||
Dictionary<string, string[]> GetEndpoints();
|
||||
void Stop(bool graceful);
|
||||
void Restart(bool graceful);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user