public class MessageManagementCommands extends Object
Constructor and Description |
---|
MessageManagementCommands() |
Modifier and Type | Method and Description |
---|---|
String |
checkMessageTracingStatus() |
String |
disableMessageTracing() |
String |
enableMessageTracing() |
String |
viewMessageInFlow(String projectId,
String projectVersion,
String flowId,
String sourceId,
String outPortDisplayName,
String targetId,
boolean showPayload,
boolean showProperties,
boolean showHeaders,
boolean showScope,
boolean showContext,
boolean verbose) |
String |
viewMessagePath(String projectId,
String projectVersion,
String flowId) |
String |
viewReceivedMessage(String projectId,
String projectVersion,
String flowId,
String elementId,
boolean showPayload,
boolean showProperties,
boolean showHeaders,
boolean showScope,
boolean showContext,
boolean verbose) |
public String viewReceivedMessage(String projectId, String projectVersion, String flowId, String elementId, boolean showPayload, boolean showProperties, boolean showHeaders, boolean showScope, boolean showContext, boolean verbose) throws TerminalException
TerminalException
public String enableMessageTracing() throws TerminalException
TerminalException
public String disableMessageTracing() throws TerminalException
TerminalException
public String checkMessageTracingStatus() throws TerminalException
TerminalException
public String viewMessagePath(String projectId, String projectVersion, String flowId) throws TerminalException
TerminalException
public String viewMessageInFlow(String projectId, String projectVersion, String flowId, String sourceId, String outPortDisplayName, String targetId, boolean showPayload, boolean showProperties, boolean showHeaders, boolean showScope, boolean showContext, boolean verbose) throws TerminalException
TerminalException
Copyright © 2016–2019 AdroitLogic. All rights reserved.