Package | Description |
---|---|
org.adroitlogic.x.api |
This package contains the main project-x API classes, such as the
XMessage ,
XIntegrationFlow etc.. |
org.adroitlogic.x.core |
This package contains the main implementation classes of the project-x or you may call this the
core/engine of the project-x
|
org.adroitlogic.x.model.rest.msg |
This package contains the runtime statistics views of the integration flow messages, which are mainly used by the
IDE tool (UltraStudio) to provide the contextual information of the under development integration flows.
|
org.adroitlogic.x.utils |
A set of utilities that will facilitate the project-x
|
Modifier and Type | Method and Description |
---|---|
List<StringPair> |
XMessageView.getContextProperties()
Return current context properties
|
List<StringPair> |
XMessageView.getMessageProperties()
Return current message properties
|
List<StringPair> |
XMessageView.getTransportHeaders()
Get the map of transport header values ignoring duplicates
|
Modifier and Type | Method and Description |
---|---|
List<StringPair> |
MessageView.getContextProperties() |
List<StringPair> |
MessageView.getMessageProperties() |
List<StringPair> |
MessageView.getTransportHeaders() |
Modifier and Type | Method and Description |
---|---|
List<StringPair> |
MessageContextResource.getContextProperties() |
List<StringPair> |
MessageContextResource.getMessageProperties() |
List<StringPair> |
MessageContextResource.getTransportHeaders() |
Modifier and Type | Method and Description |
---|---|
void |
MessageContextResource.setContextProperties(List<StringPair> contextProperties) |
void |
MessageContextResource.setMessageProperties(List<StringPair> messageProperties) |
void |
MessageContextResource.setTransportHeaders(List<StringPair> transportHeaders) |
Modifier and Type | Method and Description |
---|---|
static List<StringPair> |
MapUtils.toListOfStringPairs(Map<String,String> sourceMap) |
Modifier and Type | Method and Description |
---|---|
static Optional<String> |
ListUtils.getStringPairValueWithKey(List<StringPair> stringPairList,
String key)
If the given
stringPairList contains a StringPair instance with the given
key as its leftValue , retrieves its rightValue |
static boolean |
ListUtils.hasStringPairWithKey(List<StringPair> stringPairList,
String key)
Checks whether the given
stringPairList contains a StringPair instance with the given
key as its leftValue |
Copyright © 2016–2019 AdroitLogic. All rights reserved.