| Package | Description |
|---|---|
| org.mule.runtime.core.api.context.notification | |
| org.mule.runtime.core.transaction |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransactionNotificationListener<T extends TransactionNotification>
TransactionNotificationListener is an observer interface that objects can implement and then register themselves
with the Mule manager to be notified when a Transaction event occurs. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTransaction.fireNotification(TransactionNotification notification)
Fires a server notification to all registered
TransactionNotificationListeners. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.