Interface Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder

  • All Superinterfaces:
    org.apache.camel.builder.EndpointProducerBuilder, org.apache.camel.EndpointProducerResolver
    All Known Subinterfaces:
    Olingo2EndpointBuilderFactory.Olingo2EndpointBuilder
    Enclosing interface:
    Olingo2EndpointBuilderFactory

    public static interface Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder
    extends org.apache.camel.builder.EndpointProducerBuilder
    Builder for endpoint producers for the Olingo2 component.
    • Method Detail

      • connectTimeout

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder connectTimeout​(int connectTimeout)
        HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds). The option is a: <code>int</code> type. Default: 30000 Group: common
        Parameters:
        connectTimeout - the value to set
        Returns:
        the dsl builder
      • connectTimeout

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder connectTimeout​(String connectTimeout)
        HTTP connection creation timeout in milliseconds, defaults to 30,000 (30 seconds). The option will be converted to a <code>int</code> type. Default: 30000 Group: common
        Parameters:
        connectTimeout - the value to set
        Returns:
        the dsl builder
      • contentType

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder contentType​(String contentType)
        Content-Type header value can be used to specify JSON or XML message format, defaults to application/json;charset=utf-8. The option is a: <code>java.lang.String</code> type. Default: application/json;charset=utf-8 Group: common
        Parameters:
        contentType - the value to set
        Returns:
        the dsl builder
      • entityProviderReadProperties

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder entityProviderReadProperties​(Object entityProviderReadProperties)
        Custom entity provider read properties applied to all read operations. The option is a: <code>org.apache.olingo.odata2.api.ep.EntityProviderReadProperties</code> type. Group: common
        Parameters:
        entityProviderReadProperties - the value to set
        Returns:
        the dsl builder
      • entityProviderReadProperties

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder entityProviderReadProperties​(String entityProviderReadProperties)
        Custom entity provider read properties applied to all read operations. The option will be converted to a <code>org.apache.olingo.odata2.api.ep.EntityProviderReadProperties</code> type. Group: common
        Parameters:
        entityProviderReadProperties - the value to set
        Returns:
        the dsl builder
      • entityProviderWriteProperties

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder entityProviderWriteProperties​(Object entityProviderWriteProperties)
        Custom entity provider write properties applied to create, update, patch, batch and merge operations. For instance users can skip the Json object wrapper or enable content only mode when sending request data. A service URI set in the properties will always be overwritten by the serviceUri configuration parameter. Please consider to using the serviceUri configuration parameter instead of setting the respective write property here. The option is a: <code>org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties</code> type. Group: common
        Parameters:
        entityProviderWriteProperties - the value to set
        Returns:
        the dsl builder
      • entityProviderWriteProperties

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder entityProviderWriteProperties​(String entityProviderWriteProperties)
        Custom entity provider write properties applied to create, update, patch, batch and merge operations. For instance users can skip the Json object wrapper or enable content only mode when sending request data. A service URI set in the properties will always be overwritten by the serviceUri configuration parameter. Please consider to using the serviceUri configuration parameter instead of setting the respective write property here. The option will be converted to a <code>org.apache.olingo.odata2.api.ep.EntityProviderWriteProperties</code> type. Group: common
        Parameters:
        entityProviderWriteProperties - the value to set
        Returns:
        the dsl builder
      • filterAlreadySeen

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder filterAlreadySeen​(boolean filterAlreadySeen)
        Set this to true to filter out results that have already been communicated by this component. The option is a: <code>boolean</code> type. Default: false Group: common
        Parameters:
        filterAlreadySeen - the value to set
        Returns:
        the dsl builder
      • filterAlreadySeen

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder filterAlreadySeen​(String filterAlreadySeen)
        Set this to true to filter out results that have already been communicated by this component. The option will be converted to a <code>boolean</code> type. Default: false Group: common
        Parameters:
        filterAlreadySeen - the value to set
        Returns:
        the dsl builder
      • httpHeaders

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder httpHeaders​(Map<String,​String> httpHeaders)
        Custom HTTP headers to inject into every request, this could include OAuth tokens, etc. The option is a: <code>java.util.Map&lt;java.lang.String, java.lang.String&gt;</code> type. Group: common
        Parameters:
        httpHeaders - the value to set
        Returns:
        the dsl builder
      • httpHeaders

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder httpHeaders​(String httpHeaders)
        Custom HTTP headers to inject into every request, this could include OAuth tokens, etc. The option will be converted to a <code>java.util.Map&lt;java.lang.String, java.lang.String&gt;</code> type. Group: common
        Parameters:
        httpHeaders - the value to set
        Returns:
        the dsl builder
      • serviceUri

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder serviceUri​(String serviceUri)
        Target OData service base URI, e.g. http://services.odata.org/OData/OData.svc. The option is a: <code>java.lang.String</code> type. Group: common
        Parameters:
        serviceUri - the value to set
        Returns:
        the dsl builder
      • socketTimeout

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder socketTimeout​(int socketTimeout)
        HTTP request timeout in milliseconds, defaults to 30,000 (30 seconds). The option is a: <code>int</code> type. Default: 30000 Group: common
        Parameters:
        socketTimeout - the value to set
        Returns:
        the dsl builder
      • socketTimeout

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder socketTimeout​(String socketTimeout)
        HTTP request timeout in milliseconds, defaults to 30,000 (30 seconds). The option will be converted to a <code>int</code> type. Default: 30000 Group: common
        Parameters:
        socketTimeout - the value to set
        Returns:
        the dsl builder
      • lazyStartProducer

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder lazyStartProducer​(boolean lazyStartProducer)
        Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option is a: <code>boolean</code> type. Default: false Group: producer
        Parameters:
        lazyStartProducer - the value to set
        Returns:
        the dsl builder
      • lazyStartProducer

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder lazyStartProducer​(String lazyStartProducer)
        Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option will be converted to a <code>boolean</code> type. Default: false Group: producer
        Parameters:
        lazyStartProducer - the value to set
        Returns:
        the dsl builder
      • sslContextParameters

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder sslContextParameters​(Object sslContextParameters)
        To configure security using SSLContextParameters. The option is a: <code>org.apache.camel.support.jsse.SSLContextParameters</code> type. Group: security
        Parameters:
        sslContextParameters - the value to set
        Returns:
        the dsl builder
      • sslContextParameters

        default Olingo2EndpointBuilderFactory.Olingo2EndpointProducerBuilder sslContextParameters​(String sslContextParameters)
        To configure security using SSLContextParameters. The option will be converted to a <code>org.apache.camel.support.jsse.SSLContextParameters</code> type. Group: security
        Parameters:
        sslContextParameters - the value to set
        Returns:
        the dsl builder