public class DefaultNotificationEmitter extends Object implements org.mule.runtime.extension.api.notification.NotificationEmitter
NotificationEmitter.| Constructor and Description |
|---|
DefaultNotificationEmitter(ServerNotificationManager notificationManager,
CoreEvent event,
org.mule.runtime.api.component.Component component,
org.mule.runtime.api.meta.model.ComponentModel componentModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
fire(org.mule.runtime.extension.api.notification.NotificationActionDefinition action,
org.mule.runtime.api.metadata.TypedValue<?> data) |
void |
fireLazy(org.mule.runtime.extension.api.notification.NotificationActionDefinition action,
Supplier<?> data,
org.mule.runtime.api.metadata.DataType actualDataType) |
public DefaultNotificationEmitter(ServerNotificationManager notificationManager, CoreEvent event, org.mule.runtime.api.component.Component component, org.mule.runtime.api.meta.model.ComponentModel componentModel)
public void fire(org.mule.runtime.extension.api.notification.NotificationActionDefinition action,
org.mule.runtime.api.metadata.TypedValue<?> data)
fire in interface org.mule.runtime.extension.api.notification.NotificationEmitterpublic void fireLazy(org.mule.runtime.extension.api.notification.NotificationActionDefinition action,
Supplier<?> data,
org.mule.runtime.api.metadata.DataType actualDataType)
fireLazy in interface org.mule.runtime.extension.api.notification.NotificationEmitterCopyright © 2003–2025 MuleSoft, Inc.. All rights reserved.