public static class ImmutableNotification.Builder extends Object
ImmutableNotification objects.| Modifier and Type | Method and Description |
|---|---|
ImmutableNotification.Builder |
action(NotificationAction action) |
ImmutableNotification.Builder |
applicationName(String application) |
ImmutableNotification |
build() |
ImmutableNotification.Builder |
component(String component) |
ImmutableNotification.Builder |
componentPath(String componentPath) |
ImmutableNotification.Builder |
correlationId(String correlationId) |
ImmutableNotification.Builder |
message(Message message) |
ImmutableNotification.Builder |
timestamp(long timestamp) |
ImmutableNotification.Builder |
variables(Map<String,TypedValue> variables) |
public ImmutableNotification.Builder applicationName(String application)
public ImmutableNotification.Builder timestamp(long timestamp)
public ImmutableNotification.Builder action(NotificationAction action)
public ImmutableNotification.Builder component(String component)
public ImmutableNotification.Builder message(Message message)
public ImmutableNotification.Builder componentPath(String componentPath)
public ImmutableNotification.Builder correlationId(String correlationId)
public ImmutableNotification.Builder variables(Map<String,TypedValue> variables)
public ImmutableNotification build()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.