File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed
themes/hugo-sustain/layouts/contact Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ to the caller.
330330
331331## Asynchronous Execution
332332
333- graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompleteableFuture `` to results by calling
333+ graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompletableFuture `` to results by calling
334334`` executeAsync() `` like this
335335
336336{{< highlight java "linenos=table" >}}
@@ -436,7 +436,7 @@ strategies for most cases.
436436## AsyncExecutionStrategy
437437
438438By default the "query" execution strategy is `` graphql.execution.AsyncExecutionStrategy `` which will dispatch
439- each field as `` CompleteableFuture `` objects and not care which ones complete first. This strategy allows for the most
439+ each field as `` CompletableFuture `` objects and not care which ones complete first. This strategy allows for the most
440440performant execution.
441441
442442The data fetchers invoked can themselves return `` CompletionStage `` values and this will create
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ to the caller.
316316
317317## Asynchronous Execution
318318
319- graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompleteableFuture `` to results by calling
319+ graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompletableFuture `` to results by calling
320320`` executeAsync() `` like this
321321
322322{{< highlight java "linenos=table" >}}
@@ -416,7 +416,7 @@ strategies for most cases.
416416## AsyncExecutionStrategy
417417
418418By default the "query" execution strategy is `` graphql.execution.AsyncExecutionStrategy `` which will dispatch
419- each field as `` CompleteableFuture `` objects and not care which ones complete first. This strategy allows for the most
419+ each field as `` CompletableFuture `` objects and not care which ones complete first. This strategy allows for the most
420420performant execution.
421421
422422The data fetchers invoked can themselves return `` CompletionStage `` values and this will create
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ to the caller.
316316
317317## Asynchronous Execution
318318
319- graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompleteableFuture `` to results by calling
319+ graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompletableFuture `` to results by calling
320320`` executeAsync() `` like this
321321
322322{{< highlight java "linenos=table" >}}
@@ -416,7 +416,7 @@ strategies for most cases.
416416## AsyncExecutionStrategy
417417
418418By default the "query" execution strategy is `` graphql.execution.AsyncExecutionStrategy `` which will dispatch
419- each field as `` CompleteableFuture `` objects and not care which ones complete first. This strategy allows for the most
419+ each field as `` CompletableFuture `` objects and not care which ones complete first. This strategy allows for the most
420420performant execution.
421421
422422The data fetchers invoked can themselves return `` CompletionStage `` values and this will create
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ to the caller.
331331
332332## Asynchronous Execution
333333
334- graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompleteableFuture `` to results by calling
334+ graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompletableFuture `` to results by calling
335335`` executeAsync() `` like this
336336
337337{{< highlight java "linenos=table" >}}
@@ -437,7 +437,7 @@ strategies for most cases.
437437## AsyncExecutionStrategy
438438
439439By default the "query" execution strategy is `` graphql.execution.AsyncExecutionStrategy `` which will dispatch
440- each field as `` CompleteableFuture `` objects and not care which ones complete first. This strategy allows for the most
440+ each field as `` CompletableFuture `` objects and not care which ones complete first. This strategy allows for the most
441441performant execution.
442442
443443The data fetchers invoked can themselves return `` CompletionStage `` values and this will create
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ to the caller.
331331
332332## Asynchronous Execution
333333
334- graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompleteableFuture `` to results by calling
334+ graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompletableFuture `` to results by calling
335335`` executeAsync() `` like this
336336
337337{{< highlight java "linenos=table" >}}
@@ -437,7 +437,7 @@ strategies for most cases.
437437## AsyncExecutionStrategy
438438
439439By default the "query" execution strategy is `` graphql.execution.AsyncExecutionStrategy `` which will dispatch
440- each field as `` CompleteableFuture `` objects and not care which ones complete first. This strategy allows for the most
440+ each field as `` CompletableFuture `` objects and not care which ones complete first. This strategy allows for the most
441441performant execution.
442442
443443The data fetchers invoked can themselves return `` CompletionStage `` values and this will create
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ to the caller.
331331
332332## Asynchronous Execution
333333
334- graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompleteableFuture `` to results by calling
334+ graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompletableFuture `` to results by calling
335335`` executeAsync() `` like this
336336
337337{{< highlight java "linenos=table" >}}
@@ -437,7 +437,7 @@ strategies for most cases.
437437## AsyncExecutionStrategy
438438
439439By default the "query" execution strategy is `` graphql.execution.AsyncExecutionStrategy `` which will dispatch
440- each field as `` CompleteableFuture `` objects and not care which ones complete first. This strategy allows for the most
440+ each field as `` CompletableFuture `` objects and not care which ones complete first. This strategy allows for the most
441441performant execution.
442442
443443The data fetchers invoked can themselves return `` CompletionStage `` values and this will create
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ to the caller.
330330
331331## Asynchronous Execution
332332
333- graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompleteableFuture `` to results by calling
333+ graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompletableFuture `` to results by calling
334334`` executeAsync() `` like this
335335
336336{{< highlight java "linenos=table" >}}
@@ -436,7 +436,7 @@ strategies for most cases.
436436## AsyncExecutionStrategy
437437
438438By default the "query" execution strategy is `` graphql.execution.AsyncExecutionStrategy `` which will dispatch
439- each field as `` CompleteableFuture `` objects and not care which ones complete first. This strategy allows for the most
439+ each field as `` CompletableFuture `` objects and not care which ones complete first. This strategy allows for the most
440440performant execution.
441441
442442The data fetchers invoked can themselves return `` CompletionStage `` values and this will create
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ to the caller.
316316
317317## Asynchronous Execution
318318
319- graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompleteableFuture `` to results by calling
319+ graphql-java uses fully asynchronous execution techniques when it executes queries. You can get the `` CompletableFuture `` to results by calling
320320`` executeAsync() `` like this
321321
322322{{< highlight java "linenos=table" >}}
@@ -416,7 +416,7 @@ strategies for most cases.
416416## AsyncExecutionStrategy
417417
418418By default the "query" execution strategy is `` graphql.execution.AsyncExecutionStrategy `` which will dispatch
419- each field as `` CompleteableFuture `` objects and not care which ones complete first. This strategy allows for the most
419+ each field as `` CompletableFuture `` objects and not care which ones complete first. This strategy allows for the most
420420performant execution.
421421
422422The data fetchers invoked can themselves return `` CompletionStage `` values and this will create
Original file line number Diff line number Diff line change 1111 < div class ="block ">
1212 < div class ="contact-content ">
1313 {{ .Content }}
14- < p > You can also send us a direct message bellow </ p >
14+ < p > You can also send us a direct message below </ p >
1515 </ div >
1616 < div class ="contact-form ">
1717 < form id ="contact-form " name ="contact " method ="POST " role ="form " netlify >
You can’t perform that action at this time.
0 commit comments