Uses of Interface
org.mule.runtime.extension.api.notification.NotificationActionDefinition
Packages that use NotificationActionDefinition
Package
Description
-
Uses of NotificationActionDefinition in org.mule.runtime.extension.api.annotation.notification
Methods in org.mule.runtime.extension.api.annotation.notification that return types with arguments of type NotificationActionDefinition -
Uses of NotificationActionDefinition in org.mule.runtime.extension.api.notification
Methods in org.mule.runtime.extension.api.notification with parameters of type NotificationActionDefinitionModifier and TypeMethodDescriptionvoidNotificationEmitter.fire(NotificationActionDefinition action, org.mule.runtime.api.metadata.TypedValue<?> data) Fires anExtensionNotificationwith the desired information.default voidNotificationEmitter.fireLazy(NotificationActionDefinition action, Supplier<?> dataValue, org.mule.runtime.api.metadata.DataType dataType) Fires anExtensionNotificationwith the desired information. -
Uses of NotificationActionDefinition in org.mule.runtime.extension.api.runtime.source
Methods in org.mule.runtime.extension.api.runtime.source with parameters of type NotificationActionDefinitionModifier and TypeMethodDescriptionvoidSourceCallbackContext.fireOnHandle(NotificationActionDefinition<?> action, org.mule.runtime.api.metadata.TypedValue<?> data) Indicates that anExtensionNotificationshould be fired with the desired information when the runtime takes the source result to process it.