public interface TransactionContextProvider
| Modifier and Type | Method and Description |
|---|---|
QueueTransactionContext |
getTransactionalContext() |
boolean |
isTransactional() |
boolean isTransactional()
QueueTransactionContext getTransactionalContext()
isTransactional() returns true it will return the QueueTransactionContext
related to the current session.{@link - org.mule.api.MuleRuntimeException} if isTransactional() is false.Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.