@NoImplement
public interface TransactionHandle
SourceCallbackContext| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Commits the transaction.
|
boolean |
isTransacted() |
void |
rollback()
Rolls the transaction back.
|
boolean isTransacted()
SourceCallbackContextvoid commit()
throws org.mule.runtime.api.tx.TransactionException
rollback() have already been invoked on this instance.org.mule.runtime.api.tx.TransactionException - if the transaction fails to commitvoid rollback()
throws org.mule.runtime.api.tx.TransactionException
commit() have already been invoked on this instance.org.mule.runtime.api.tx.TransactionException - if the transaction fails to roll backCopyright © 2018 MuleSoft, Inc.. All rights reserved.