Ejemplo n.º 1
0
 public GraphQLClient(IOperationExecutorPool executorPool)
 => _executor = executorPool.CreateExecutor(ClientNames.ApiClient);
Ejemplo n.º 2
0
 public MagicMediaTest(IOperationExecutorPool executorPool)
 {
     _executor = executorPool.CreateExecutor(_clientName);
 }
Ejemplo n.º 3
0
 public SpeckleClient(IOperationExecutorPool executorPool)
 {
     _executor = executorPool.CreateExecutor(_clientName);
 }
Ejemplo n.º 4
0
 public SchemaRegistryClient(IOperationExecutorPool executorPool)
 {
     _executor = executorPool.CreateExecutor(_clientName);
 }
Ejemplo n.º 5
0
 public StarWarsClient(IOperationExecutorPool executorPool)
 {
     _executor = executorPool.CreateExecutor(_clientName);
 }
Ejemplo n.º 6
0
 public GitHubClient(IOperationExecutorPool executorPool)
 {
     _executor = executorPool.CreateExecutor(_clientName);
 }
 public CustomerAppClient(IOperationExecutorPool executorPool)
 {
     _executor = executorPool.CreateExecutor(_clientName);
 }