Uses of Class
io.quarkus.smallrye.graphql.deployment.SmallRyeGraphQLInitializedBuildItem
-
Packages that use SmallRyeGraphQLInitializedBuildItem Package Description io.quarkus.smallrye.graphql.deployment -
-
Uses of SmallRyeGraphQLInitializedBuildItem in io.quarkus.smallrye.graphql.deployment
Methods in io.quarkus.smallrye.graphql.deployment with parameters of type SmallRyeGraphQLInitializedBuildItem Modifier and Type Method Description (package private) voidSmallRyeGraphQLProcessor. buildExecutionEndpoint(BuildProducer<RouteBuildItem> routeProducer, HttpRootPathBuildItem httpRootPathBuildItem, SmallRyeGraphQLInitializedBuildItem graphQLInitializedBuildItem, SmallRyeGraphQLRecorder recorder, ShutdownContextBuildItem shutdownContext, LaunchModeBuildItem launchMode, BodyHandlerBuildItem bodyHandlerBuildItem, SmallRyeGraphQLConfig graphQLConfig, BeanContainerBuildItem beanContainer, BuildProducer<WebsocketSubProtocolsBuildItem> webSocketSubProtocols)(package private) voidSmallRyeGraphQLProcessor. buildSchemaEndpoint(BuildProducer<RouteBuildItem> routeProducer, HttpRootPathBuildItem httpRootPathBuildItem, SmallRyeGraphQLInitializedBuildItem graphQLInitializedBuildItem, SmallRyeGraphQLRecorder recorder, SmallRyeGraphQLConfig graphQLConfig)
-