public class LegacyNotificationEmitterAdapter extends Object implements org.mule.runtime.extension.api.notification.NotificationEmitter
NotificationEmitter into a legacy NotificationEmitter| Constructor and Description |
|---|
LegacyNotificationEmitterAdapter(org.mule.sdk.api.notification.NotificationEmitter delegate) |
| 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<?> dataValue,
org.mule.runtime.api.metadata.DataType dataType) |
public LegacyNotificationEmitterAdapter(org.mule.sdk.api.notification.NotificationEmitter delegate)
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<?> dataValue,
org.mule.runtime.api.metadata.DataType dataType)
fireLazy in interface org.mule.runtime.extension.api.notification.NotificationEmitterCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.