Skip to content

Commit a5f66fb

Browse files
authored
removed deprecated asyncExecutor (DE-726) (#398)
1 parent 7dc1088 commit a5f66fb

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

site/content/3.10/develop/drivers/java/reference-version-7/driver-setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ Here are examples to integrate configuration properties from different sources:
9191
- `loadBalancingStrategy(LoadBalancingStrategy)`: load balancing strategy, possible values are: `NONE`, `ROUND_ROBIN`, `ONE_RANDOM`, (default: `NONE`)
9292
- `responseQueueTimeSamples(Integer)`: amount of samples kept for queue time metrics, (default: `10`)
9393
- `serde(ArangoSerde)`: serde to serialize and deserialize user-data
94-
- `asyncExecutor(Executor)`: downstream `java.util.concurrent.Executor` that will be used to consume the responses of the async API
9594

9695
### Config File Properties
9796

site/content/3.11/develop/drivers/java/reference-version-7/driver-setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ Here are examples to integrate configuration properties from different sources:
9191
- `loadBalancingStrategy(LoadBalancingStrategy)`: load balancing strategy, possible values are: `NONE`, `ROUND_ROBIN`, `ONE_RANDOM`, (default: `NONE`)
9292
- `responseQueueTimeSamples(Integer)`: amount of samples kept for queue time metrics, (default: `10`)
9393
- `serde(ArangoSerde)`: serde to serialize and deserialize user-data
94-
- `asyncExecutor(Executor)`: downstream `java.util.concurrent.Executor` that will be used to consume the responses of the async API
9594

9695
### Config File Properties
9796

site/content/3.12/develop/drivers/java/reference-version-7/driver-setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ Here are examples to integrate configuration properties from different sources:
9191
- `loadBalancingStrategy(LoadBalancingStrategy)`: load balancing strategy, possible values are: `NONE`, `ROUND_ROBIN`, `ONE_RANDOM`, (default: `NONE`)
9292
- `responseQueueTimeSamples(Integer)`: amount of samples kept for queue time metrics, (default: `10`)
9393
- `serde(ArangoSerde)`: serde to serialize and deserialize user-data
94-
- `asyncExecutor(Executor)`: downstream `java.util.concurrent.Executor` that will be used to consume the responses of the async API
9594

9695
### Config File Properties
9796

0 commit comments

Comments
 (0)