Uses of Interface
org.apache.camel.builder.endpoint.dsl.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder
Packages that use SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder
-
Uses of SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the SQL component.Methods in org.apache.camel.builder.endpoint.dsl that return SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilderModifier and TypeMethodDescriptionSqlEndpointBuilderFactory.SqlEndpointConsumerBuilder.advanced()SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.alwaysPopulateStatement(boolean alwaysPopulateStatement) If enabled then the populateStatement method from org.apache.camel.component.sql.SqlPrepareStatementStrategy is always invoked, also if there is no expected parameters to be prepared.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.alwaysPopulateStatement(String alwaysPopulateStatement) If enabled then the populateStatement method from org.apache.camel.component.sql.SqlPrepareStatementStrategy is always invoked, also if there is no expected parameters to be prepared.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.parametersCount(int parametersCount) If set greater than zero, then Camel will use this count value of parameters to replace instead of querying via JDBC metadata API.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.parametersCount(String parametersCount) If set greater than zero, then Camel will use this count value of parameters to replace instead of querying via JDBC metadata API.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.placeholder(String placeholder) Specifies a character that will be replaced to in SQL query.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.pollStrategy(String pollStrategy) A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy) A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.prepareStatementStrategy(String prepareStatementStrategy) Allows to plugin to use a custom org.apache.camel.component.sql.SqlPrepareStatementStrategy to control preparation of the query and prepared statement.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.prepareStatementStrategy(org.apache.camel.component.sql.SqlPrepareStatementStrategy prepareStatementStrategy) Allows to plugin to use a custom org.apache.camel.component.sql.SqlPrepareStatementStrategy to control preparation of the query and prepared statement.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.processingStrategy(String processingStrategy) Allows to plugin to use a custom org.apache.camel.component.sql.SqlProcessingStrategy to execute queries when the consumer has processed the rows/batch.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.processingStrategy(org.apache.camel.component.sql.SqlProcessingStrategy processingStrategy) Allows to plugin to use a custom org.apache.camel.component.sql.SqlProcessingStrategy to execute queries when the consumer has processed the rows/batch.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.rowMapperFactory(String rowMapperFactory) Factory for creating RowMapper.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.rowMapperFactory(org.apache.camel.component.sql.RowMapperFactory rowMapperFactory) Factory for creating RowMapper.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.templateOptions(String key, Object value) Configures the Spring JdbcTemplate with the key/values from the Map.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.templateOptions(Map values) Configures the Spring JdbcTemplate with the key/values from the Map.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.usePlaceholder(boolean usePlaceholder) Sets whether to use placeholder and replace all placeholder characters with sign in the SQL queries.SqlEndpointBuilderFactory.AdvancedSqlEndpointConsumerBuilder.usePlaceholder(String usePlaceholder) Sets whether to use placeholder and replace all placeholder characters with sign in the SQL queries.