Exemplo n.º 1
0
 CreateSupplier(string partition, Func <int, IEnumerable <TSpec> > Provider)
 => WorkCommand.CreateSupplier(partition, Provider);
Exemplo n.º 2
0
 public WorkCommandAgentObserver <TSpec> CreateObserver()
 => WorkCommand.CreateObserver <TSpec>();
Exemplo n.º 3
0
 public WorkCommandAgent <TSpec> CreateAgent(WorkCommandAgentConfiguration <TSpec> AgentConfiguration)
 => WorkCommand.CreateAgent(AgentConfiguration);