Uses of Interface
org.apache.camel.builder.endpoint.dsl.GraphqlEndpointBuilderFactory.GraphqlEndpointBuilder
Packages that use GraphqlEndpointBuilderFactory.GraphqlEndpointBuilder
-
Uses of GraphqlEndpointBuilderFactory.GraphqlEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return GraphqlEndpointBuilderFactory.GraphqlEndpointBuilderModifier and TypeMethodDescriptionGraphQL (camel-graphql) Send GraphQL queries and mutations to external systems.GraphQL (camel-graphql) Send GraphQL queries and mutations to external systems. -
Uses of GraphqlEndpointBuilderFactory.GraphqlEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return GraphqlEndpointBuilderFactory.GraphqlEndpointBuilderModifier and TypeMethodDescriptionGraphqlEndpointBuilderFactory.GraphqlEndpointBuilder.accessToken(String accessToken) The access token sent in the Authorization header.GraphqlEndpointBuilderFactory.AdvancedGraphqlEndpointBuilder.basic()GraphqlEndpointBuilderFactory.endpointBuilder(String componentName, String path) GraphQL (camel-graphql) Send GraphQL queries and mutations to external systems.GraphQL (camel-graphql) Send GraphQL queries and mutations to external systems.GraphqlEndpointBuilderFactory.GraphqlEndpointBuilder.jwtAuthorizationType(String jwtAuthorizationType) The JWT Authorization type.GraphqlEndpointBuilderFactory.GraphqlEndpointBuilder.operationName(String operationName) The query or mutation name.The password for Basic authentication.The proxy host in the format hostname:port.The query text.The query file name located in the classpath.GraphqlEndpointBuilderFactory.GraphqlEndpointBuilder.queryHeader(String queryHeader) The name of a header containing the GraphQL query.The username for Basic authentication.The JsonObject instance containing the operation variables.GraphqlEndpointBuilderFactory.GraphqlEndpointBuilder.variables(org.apache.camel.util.json.JsonObject variables) The JsonObject instance containing the operation variables.GraphqlEndpointBuilderFactory.GraphqlEndpointBuilder.variablesHeader(String variablesHeader) The name of a header containing a JsonObject instance containing the operation variables.