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

io.smallrye.graphql.schema.model.Execute Maven / Gradle / Ivy

There is a newer version: 2.10.0
Show newest version
package io.smallrye.graphql.schema.model;

/**
 * Execution type
 *
 * @author Phillip Kruger ([email protected])
 */
public enum Execute {
    BLOCKING,
    NON_BLOCKING,
    DEFAULT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy