public interface NotificationEmitterParser
| Modifier and Type | Method and Description |
|---|---|
Stream<org.mule.runtime.api.meta.model.notification.NotificationModel> |
getEmittedNotificationsStream(Function<String,Optional<org.mule.runtime.api.meta.model.notification.NotificationModel>> notificationMapper)
Gets a
Stream with the parsed emitted NotificationModels. |
Stream<org.mule.runtime.api.meta.model.notification.NotificationModel> getEmittedNotificationsStream(Function<String,Optional<org.mule.runtime.api.meta.model.notification.NotificationModel>> notificationMapper)
Stream with the parsed emitted NotificationModels.notificationMapper - If the parser can only obtain a String from the DSL, it should apply this function to
convert them to the corresponding NotificationModel. If the parser can get the
corresponding NotificationModel by itself, this function shouldn't be applied.Stream with the parsed emitted NotificationModels.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.