Uses of Interface
org.apache.camel.builder.endpoint.dsl.GraphqlEndpointBuilderFactory.AdvancedGraphqlEndpointBuilder
Packages that use GraphqlEndpointBuilderFactory.AdvancedGraphqlEndpointBuilder
-
Uses of GraphqlEndpointBuilderFactory.AdvancedGraphqlEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return GraphqlEndpointBuilderFactory.AdvancedGraphqlEndpointBuilderModifier and TypeMethodDescriptionGraphqlEndpointBuilderFactory.GraphqlEndpointBuilder.advanced()GraphqlEndpointBuilderFactory.AdvancedGraphqlEndpointBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.GraphqlEndpointBuilderFactory.AdvancedGraphqlEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.GraphqlEndpointBuilderFactory.AdvancedGraphqlEndpointBuilder.httpClient(String httpClient) To use a custom pre-existing Http Client.GraphqlEndpointBuilderFactory.AdvancedGraphqlEndpointBuilder.httpClient(org.apache.hc.client5.http.classic.HttpClient httpClient) To use a custom pre-existing Http Client.GraphqlEndpointBuilderFactory.AdvancedGraphqlEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).GraphqlEndpointBuilderFactory.AdvancedGraphqlEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).