public class NotificationUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationUtils.FlowMap |
static interface |
NotificationUtils.PathResolver |
| Modifier and Type | Method and Description |
|---|---|
static void |
addMessageProcessorPathElements(List<MessageProcessor> processors,
MessageProcessorPathElement parentElement) |
static NotificationUtils.FlowMap |
buildPathResolver(MessageProcessorPathElement element) |
static Map<MessageProcessor,String> |
buildPaths(MessageProcessorPathElement element)
Deprecated.
Use
buildPathResolver(MessageProcessorPathElement) instead. |
public static void addMessageProcessorPathElements(List<MessageProcessor> processors, MessageProcessorPathElement parentElement)
public static NotificationUtils.FlowMap buildPathResolver(MessageProcessorPathElement element)
element - where to get the paths from.@Deprecated public static Map<MessageProcessor,String> buildPaths(MessageProcessorPathElement element)
buildPathResolver(MessageProcessorPathElement) instead.element - where to get the paths from.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.