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, post
public static MessageManagementProxy getInstance()
public MessageContextResource getReceivedMessage(String projectId, String projectVersion, String flowId, String elementId) throws TerminalException
TerminalException
public String enableMessageTracing() throws TerminalException
TerminalException
public String disableMessageTracing() throws TerminalException
TerminalException
public boolean getMessageTracingStatus() throws TerminalException
TerminalException
public List<IntegrationFlowTraceNodeResource> getMessagePath(String projectId, String projectVersion, String flowId) throws TerminalException
TerminalException
public MessageContextResource getMessageInFlow(String projectId, String projectVersion, String flowId, String sourceId, String outPortDisplayName, String targetId) throws TerminalException
TerminalException
Copyright © 2016–2019 AdroitLogic. All rights reserved.