Uses of Interface
org.apache.camel.builder.endpoint.dsl.StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder
Packages that use StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder
-
Uses of StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilderModifier and TypeMethodDescriptionStitchEndpointBuilderFactory.StitchEndpointBuilder.advanced()StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder.connectionProvider(String connectionProvider) ConnectionProvider contain configuration for the HttpClient like Maximum connection limit ..StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder.connectionProvider(reactor.netty.resources.ConnectionProvider connectionProvider) ConnectionProvider contain configuration for the HttpClient like Maximum connection limit ..StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder.httpClient(String httpClient) Reactor Netty HttpClient, you can injected it if you want to have custom HttpClient.StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder.httpClient(reactor.netty.http.client.HttpClient httpClient) Reactor Netty HttpClient, you can injected it if you want to have custom HttpClient.StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder.stitchClient(String stitchClient) Set a custom StitchClient that implements org.apache.camel.component.stitch.client.StitchClient interface.StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder.stitchClient(org.apache.camel.component.stitch.client.StitchClient stitchClient) Set a custom StitchClient that implements org.apache.camel.component.stitch.client.StitchClient interface.