public static interface MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default MyBatisEndpointBuilderFactory.AdvancedMyBatisEndpointProducerBuilder |
advanced() |
default MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder |
executorType(MyBatisEndpointBuilderFactory.ExecutorType executorType)
The executor type to be used while executing statements.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder |
executorType(String executorType)
The executor type to be used while executing statements.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder |
inputHeader(String inputHeader)
User the header value for input parameters instead of the message
body.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder |
outputHeader(String outputHeader)
Store the query result in a header instead of the message body.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder |
statementType(MyBatisEndpointBuilderFactory.StatementType statementType)
Mandatory to specify for the producer to control which kind of
operation to invoke.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder |
statementType(String statementType)
Mandatory to specify for the producer to control which kind of
operation to invoke.
|
default MyBatisEndpointBuilderFactory.AdvancedMyBatisEndpointProducerBuilder advanced()
default MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder executorType(MyBatisEndpointBuilderFactory.ExecutorType executorType)
executorType - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder executorType(String executorType)
executorType - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder inputHeader(String inputHeader)
inputHeader - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder outputHeader(String outputHeader)
outputHeader - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder statementType(MyBatisEndpointBuilderFactory.StatementType statementType)
statementType - the value to setdefault MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder statementType(String statementType)
statementType - the value to setApache Camel