org.mule.transaction.constraints |
Contains the transaction contraint filter used to control how and when transactions are committed.
|
Java Source File Name | Type | Comment |
BatchConstraint.java | Class | BatchConstraint is a filter that counts on every execution and
returns true when the batch size value equals the execution count. |
ConstraintFilter.java | Class | |
ManualConstraint.java | Class | ManualConstraint always returns false, meaning that the transaction
should be committed manually. |