| Package | Description |
|---|---|
| org.mule.api.transaction | |
| org.mule.transaction |
Contains the core transaction support classes and exception types.
|
| org.mule.transaction.constraints |
Contains the transaction contraint filter used to control how and when transactions are committed.
|
| Modifier and Type | Method and Description |
|---|---|
ConstraintFilter |
TransactionConfig.getConstraint() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionConfig.setConstraint(ConstraintFilter constraint) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintFilter |
MuleTransactionConfig.getConstraint() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleTransactionConfig.setConstraint(ConstraintFilter constraint) |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchConstraint
BatchConstraint is a filter that counts on every execution and
returns true when the batch size value equals the execution count. |
class |
ManualConstraint
ManualConstraint always returns false, meaning that the transaction
should be committed manually. |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.