| Modifier and Type | Method and Description |
|---|---|
MyBatisEndpoint |
MyBatisConsumer.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
MyBatisProcessingStrategy.commit(MyBatisEndpoint endpoint,
org.apache.camel.Exchange exchange,
Object data,
String consumeStatements)
Commit callback if there are a statements to be run after processing.
|
void |
DefaultMyBatisProcessingStrategy.commit(MyBatisEndpoint endpoint,
org.apache.camel.Exchange exchange,
Object data,
String consumeStatements) |
List<?> |
MyBatisProcessingStrategy.poll(MyBatisConsumer consumer,
MyBatisEndpoint endpoint)
Called when record is being queried.
|
List<?> |
DefaultMyBatisProcessingStrategy.poll(MyBatisConsumer consumer,
MyBatisEndpoint endpoint) |
| Constructor and Description |
|---|
MyBatisConsumer(MyBatisEndpoint endpoint,
org.apache.camel.Processor processor) |
MyBatisProducer(MyBatisEndpoint endpoint) |
Apache Camel