All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.spring.web.servlet.ExecutionResultHandler Maven / Gradle / Ivy

The newest version!
package graphql.spring.web.servlet;

import graphql.ExecutionResult;
import graphql.PublicSpi;

import java.util.concurrent.CompletableFuture;

@PublicSpi
public interface ExecutionResultHandler {

    Object handleExecutionResult(CompletableFuture executionResultCF);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy