public class MessageProcessorId extends Object
The representation of a Message Processor Id
| Constructor and Description |
|---|
MessageProcessorId(String name,
String namespace) |
MessageProcessorId(String name,
String namespace,
Map<String,Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFullName() |
String |
getName() |
static String |
getName(String fullName)
Utility method to extract name from full name
|
String |
getNamespace() |
static String |
getNamespace(String fullName)
Utility method to extract namespace from full name
|
int |
hashCode() |
public static String getNamespace(String fullName)
Utility method to extract namespace from full name
fullName - For example mule:logger
For example mule
public static String getName(String fullName)
Utility method to extract name from full name
fullName - For example mule:logger
For example logger
public String getFullName()
public String getName()
public String getNamespace()
Copyright © 2017. All rights reserved.