Interface StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder

  • All Superinterfaces:
    org.apache.camel.builder.EndpointProducerBuilder, org.apache.camel.EndpointProducerResolver
    Enclosing interface:
    StitchEndpointBuilderFactory

    public static interface StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder
    extends org.apache.camel.builder.EndpointProducerBuilder
    Advanced builder for endpoint for the Stitch component.
    • Method Detail

      • connectionProvider

        default StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder connectionProvider​(reactor.netty.resources.ConnectionProvider connectionProvider)
        ConnectionProvider contain configuration for the HttpClient like Maximum connection limit .. etc, you can inject this ConnectionProvider and the StitchClient will initialize HttpClient with this ConnectionProvider. The option is a: <code>reactor.netty.resources.ConnectionProvider</code> type. Group: producer (advanced)
        Parameters:
        connectionProvider - the value to set
        Returns:
        the dsl builder
      • connectionProvider

        default StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder connectionProvider​(String connectionProvider)
        ConnectionProvider contain configuration for the HttpClient like Maximum connection limit .. etc, you can inject this ConnectionProvider and the StitchClient will initialize HttpClient with this ConnectionProvider. The option will be converted to a <code>reactor.netty.resources.ConnectionProvider</code> type. Group: producer (advanced)
        Parameters:
        connectionProvider - the value to set
        Returns:
        the dsl builder
      • httpClient

        default StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder httpClient​(reactor.netty.http.client.HttpClient httpClient)
        Reactor Netty HttpClient, you can injected it if you want to have custom HttpClient. The option is a: <code>reactor.netty.http.client.HttpClient</code> type. Group: producer (advanced)
        Parameters:
        httpClient - the value to set
        Returns:
        the dsl builder
      • httpClient

        default StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder httpClient​(String httpClient)
        Reactor Netty HttpClient, you can injected it if you want to have custom HttpClient. The option will be converted to a <code>reactor.netty.http.client.HttpClient</code> type. Group: producer (advanced)
        Parameters:
        httpClient - the value to set
        Returns:
        the dsl builder
      • stitchClient

        default 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. The option is a: <code>org.apache.camel.component.stitch.client.StitchClient</code> type. Group: advanced
        Parameters:
        stitchClient - the value to set
        Returns:
        the dsl builder
      • stitchClient

        default StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder stitchClient​(String stitchClient)
        Set a custom StitchClient that implements org.apache.camel.component.stitch.client.StitchClient interface. The option will be converted to a <code>org.apache.camel.component.stitch.client.StitchClient</code> type. Group: advanced
        Parameters:
        stitchClient - the value to set
        Returns:
        the dsl builder