Class SchedulerHttpService
Provides HTTP API to the scheduler.
Inheritance
System.Object
SchedulerHttpService
Namespace:InfinniPlatform.Scheduler
Assembly:InfinniPlatform.Scheduler.HttpService.dll
Syntax
public class SchedulerHttpService : object, IHttpService
Constructors
| Improve this Doc View SourceSchedulerHttpService(IJobScheduler, IHostAddressParser, IJsonObjectSerializer, ILogger<SchedulerHttpService>)
Declaration
public SchedulerHttpService(IJobScheduler jobScheduler, IHostAddressParser hostAddressParser, IJsonObjectSerializer jsonObjectSerializer, ILogger<SchedulerHttpService> logger)
Parameters
Type | Name | Description |
---|---|---|
IJobScheduler | jobScheduler | |
IHostAddressParser | hostAddressParser | |
IJsonObjectSerializer | jsonObjectSerializer | |
ILogger<SchedulerHttpService> | logger |
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceLoad(IHttpServiceBuilder)
Declaration
public void Load(IHttpServiceBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
IHttpServiceBuilder | builder |