public class AsyncConnectionDataFetcher<T>
extends java.lang.Object
implements graphql.schema.DataFetcher<java.util.concurrent.CompletableFuture<graphql.relay.Connection<T>>>
| Constructor and Description |
|---|
AsyncConnectionDataFetcher(ConnectionDataFetcher connectionFetcher) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<graphql.relay.Connection<T>> |
get(graphql.schema.DataFetchingEnvironment environment) |
public AsyncConnectionDataFetcher(ConnectionDataFetcher connectionFetcher)
public java.util.concurrent.CompletableFuture<graphql.relay.Connection<T>> get(graphql.schema.DataFetchingEnvironment environment) throws java.lang.Exception
get in interface graphql.schema.DataFetcher<java.util.concurrent.CompletableFuture<graphql.relay.Connection<T>>>java.lang.Exception