| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model | |
| org.mule.runtime.api.meta.model.declaration.fluent | |
| org.mule.runtime.api.meta.model.notification |
| Modifier and Type | Method and Description |
|---|---|
Set<NotificationModel> |
ExtensionModel.getNotificationModels() |
| Modifier and Type | Method and Description |
|---|---|
Set<NotificationModel> |
ExtensionDeclaration.getNotificationModels() |
Set<NotificationModel> |
ExecutableComponentDeclaration.getNotificationModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionDeclaration.addNotificationModel(NotificationModel notificationModel) |
void |
ExecutableComponentDeclaration.addNotificationModel(NotificationModel notificationModel) |
ExtensionDeclarer |
ExtensionDeclarer.withNotificationModel(NotificationModel notificationModel)
Registers an
NotificationModel that could be fired by its operations and sources. |
T |
ExecutableComponentDeclarer.withNotificationModel(NotificationModel notification)
Adds a
NotificationModel to indicate that the current component fires the added notification. |
| Modifier and Type | Method and Description |
|---|---|
Set<NotificationModel> |
HasNotifications.getNotificationModels() |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.