public class MessageManagementProxy extends AbstractRestProxy
AbstractRestProxy.ThrowableSupplier<T,E extends Throwable>logger| Constructor and Description |
|---|
MessageManagementProxy() |
| Modifier and Type | Method and Description |
|---|---|
String |
disableMessageTracing() |
String |
enableMessageTracing() |
static MessageManagementProxy |
getInstance() |
MessageContextResource |
getMessageInFlow(String projectId,
String projectVersion,
String flowId,
String sourceId,
String outPortDisplayName,
String targetId) |
List<IntegrationFlowTraceNodeResource> |
getMessagePath(String projectId,
String projectVersion,
String flowId) |
boolean |
getMessageTracingStatus() |
MessageContextResource |
getReceivedMessage(String projectId,
String projectVersion,
String flowId,
String elementId) |
delete, get, get, invoke, invokeForMsg, parseMsg, parseResponseClass, parseResponseGeneric, post, postpublic static MessageManagementProxy getInstance()
public MessageContextResource getReceivedMessage(String projectId, String projectVersion, String flowId, String elementId) throws TerminalException
TerminalExceptionpublic String enableMessageTracing() throws TerminalException
TerminalExceptionpublic String disableMessageTracing() throws TerminalException
TerminalExceptionpublic boolean getMessageTracingStatus()
throws TerminalException
TerminalExceptionpublic List<IntegrationFlowTraceNodeResource> getMessagePath(String projectId, String projectVersion, String flowId) throws TerminalException
TerminalExceptionpublic MessageContextResource getMessageInFlow(String projectId, String projectVersion, String flowId, String sourceId, String outPortDisplayName, String targetId) throws TerminalException
TerminalExceptionCopyright © 2016–2019 AdroitLogic. All rights reserved.