Exemplo n.º 1
0
 public XxlJobExecutorMiddleware(IServiceProvider provider, RequestDelegate next)
 {
     this._provider   = provider;
     this._next       = next;
     this._rpcService = _provider.GetRequiredService <XxlRpcServiceHandler>();
 }