public class ImmutableNotification extends Object implements Notification
Notification.| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableNotification.Builder
Builder for creating
ImmutableNotification objects. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableNotification.Builder |
builder()
Creates a builder for the
ImmutableNotification object. |
NotificationAction |
getAction() |
String |
getApplication() |
String |
getComponent() |
String |
getComponentPath() |
String |
getCorrelationId() |
Message |
getMessage() |
long |
getTimestamp() |
Map<String,TypedValue> |
getVariables() |
public static ImmutableNotification.Builder builder()
ImmutableNotification object.public String getApplication()
getApplication in interface Notificationpublic long getTimestamp()
getTimestamp in interface Notificationpublic NotificationAction getAction()
getAction in interface Notificationpublic String getComponent()
getComponent in interface Notificationpublic Message getMessage()
getMessage in interface Notificationpublic String getComponentPath()
getComponentPath in interface Notificationpublic String getCorrelationId()
getCorrelationId in interface Notificationpublic Map<String,TypedValue> getVariables()
getVariables in interface NotificationCopyright © 2019 MuleSoft, Inc.. All rights reserved.