Class AsyncConnectionDataFetcher<T>
- java.lang.Object
-
- graphql.annotations.dataFetchers.connection.AsyncConnectionDataFetcher<T>
-
- All Implemented Interfaces:
graphql.schema.DataFetcher<java.util.concurrent.CompletableFuture<graphql.relay.Connection<T>>>
public class AsyncConnectionDataFetcher<T> extends java.lang.Object implements graphql.schema.DataFetcher<java.util.concurrent.CompletableFuture<graphql.relay.Connection<T>>>
-
-
Constructor Summary
Constructors Constructor Description AsyncConnectionDataFetcher(ConnectionDataFetcher connectionFetcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<graphql.relay.Connection<T>>get(graphql.schema.DataFetchingEnvironment environment)
-
-
-
Constructor Detail
-
AsyncConnectionDataFetcher
public AsyncConnectionDataFetcher(ConnectionDataFetcher connectionFetcher)
-
-