| 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 MuleSoft, Inc.. All rights reserved.