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