Modifier and Type | Method and Description |
---|---|
MyBatisEndpoint |
MyBatisConsumer.getEndpoint() |
MyBatisEndpoint |
MyBatisProducer.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMyBatisProcessingStrategy.commit(MyBatisEndpoint endpoint,
org.apache.camel.Exchange exchange,
Object data,
String consumeStatements) |
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.
|
List<?> |
DefaultMyBatisProcessingStrategy.poll(MyBatisConsumer consumer,
MyBatisEndpoint endpoint) |
List<?> |
MyBatisProcessingStrategy.poll(MyBatisConsumer consumer,
MyBatisEndpoint endpoint)
Called when record is being queried.
|
Constructor and Description |
---|
MyBatisConsumer(MyBatisEndpoint endpoint,
org.apache.camel.Processor processor) |
MyBatisProducer(MyBatisEndpoint endpoint) |
Apache Camel