| Package | Description |
|---|---|
| org.mule.sdk.api.annotation.notification | |
| org.mule.sdk.api.notification | |
| org.mule.sdk.api.runtime.source |
| Modifier and Type | Method and Description |
|---|---|
Set<NotificationActionDefinition> |
NotificationActionProvider.getNotificationActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationEmitter.fire(NotificationActionDefinition action,
org.mule.runtime.api.metadata.TypedValue<?> data)
Fires an
ExtensionNotification with the desired information. |
default void |
NotificationEmitter.fireLazy(NotificationActionDefinition action,
Supplier<?> dataValue,
org.mule.runtime.api.metadata.DataType dataType)
Fires an
ExtensionNotification with the desired information. |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceCallbackContext.fireOnHandle(NotificationActionDefinition<?> action,
org.mule.runtime.api.metadata.TypedValue<?> data)
Indicates that an
ExtensionNotification should be fired with the desired information when the runtime takes the
source result to process it. |
Copyright © 2020. All rights reserved.