Uses of Interface
org.apache.camel.builder.endpoint.dsl.SqlStoredEndpointBuilderFactory.AdvancedSqlStoredEndpointBuilder
Packages that use SqlStoredEndpointBuilderFactory.AdvancedSqlStoredEndpointBuilder
-
Uses of SqlStoredEndpointBuilderFactory.AdvancedSqlStoredEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SqlStoredEndpointBuilderFactory.AdvancedSqlStoredEndpointBuilderModifier and TypeMethodDescriptionSqlStoredEndpointBuilderFactory.SqlStoredEndpointBuilder.advanced()SqlStoredEndpointBuilderFactory.AdvancedSqlStoredEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).SqlStoredEndpointBuilderFactory.AdvancedSqlStoredEndpointBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).SqlStoredEndpointBuilderFactory.AdvancedSqlStoredEndpointBuilder.templateOptions(String key, Object value) Configures the Spring JdbcTemplate with the key/values from the Map.SqlStoredEndpointBuilderFactory.AdvancedSqlStoredEndpointBuilder.templateOptions(Map values) Configures the Spring JdbcTemplate with the key/values from the Map.