Interface GraphqlEndpointBuilderFactory.GraphqlBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
GraphqlEndpointBuilderFactory

public static interface GraphqlEndpointBuilderFactory.GraphqlBuilders
  • Method Details

    • graphql

      GraphQL (camel-graphql) Send GraphQL queries and mutations to external systems. Category: api Since: 3.0 Maven coordinates: org.apache.camel:camel-graphql Syntax: graphql:httpUri Path parameter: httpUri (required) The GraphQL server URI.
      Parameters:
      path - httpUri
      Returns:
      the dsl builder
    • graphql

      default GraphqlEndpointBuilderFactory.GraphqlEndpointBuilder graphql(String componentName, String path)
      GraphQL (camel-graphql) Send GraphQL queries and mutations to external systems. Category: api Since: 3.0 Maven coordinates: org.apache.camel:camel-graphql Syntax: graphql:httpUri Path parameter: httpUri (required) The GraphQL server URI.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - httpUri
      Returns:
      the dsl builder