Interface SqlStoredEndpointBuilderFactory.AdvancedSqlStoredEndpointBuilder

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

    public static interface SqlStoredEndpointBuilderFactory.AdvancedSqlStoredEndpointBuilder
    extends org.apache.camel.builder.EndpointProducerBuilder
    Advanced builder for endpoint for the SQL Stored Procedure component.
    • Method Detail

      • templateOptions

        default SqlStoredEndpointBuilderFactory.AdvancedSqlStoredEndpointBuilder templateOptions​(String key,
                                                                                                 Object value)
        Configures the Spring JdbcTemplate with the key/values from the Map. The option is a: <code>java.util.Map&lt;java.lang.String, java.lang.Object&gt;</code> type. The option is multivalued, and you can use the templateOptions(String, Object) method to add a value (call the method multiple times to set more values). Group: advanced
        Parameters:
        key - the option key
        value - the option value
        Returns:
        the dsl builder
      • templateOptions

        default SqlStoredEndpointBuilderFactory.AdvancedSqlStoredEndpointBuilder templateOptions​(Map values)
        Configures the Spring JdbcTemplate with the key/values from the Map. The option is a: <code>java.util.Map&lt;java.lang.String, java.lang.Object&gt;</code> type. The option is multivalued, and you can use the templateOptions(String, Object) method to add a value (call the method multiple times to set more values). Group: advanced
        Parameters:
        values - the values
        Returns:
        the dsl builder