public class SequenceDebugUtil extends Object
| Constructor and Description |
|---|
SequenceDebugUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
logMediatorPosition(SynapseMediationFlowPoint flowPoint) |
static void |
registerSequenceMediationFlowBreakPoint(SynapseConfiguration synCfg,
String sequenceType,
String seqKey,
int[] position,
boolean registerMode)
Registers/Un-registers a skip, point where mediator disables from mediation flow
|
static void |
registerSequenceMediationFlowSkip(SynapseConfiguration synCfg,
String seqType,
String seqKey,
int[] position,
boolean registerMode)
Registers/Un-registers a breakpoint, point where mediation flow get suspended
|
public static void registerSequenceMediationFlowSkip(SynapseConfiguration synCfg, String seqType, String seqKey, int[] position, boolean registerMode)
synCfg - Synapse configurationseqType - Synapse sequence typeseqKey - name of the Sequenceposition - array of integers that uniquely specifies a point in mediation routeregisterMode - specify whether register or un registerpublic static void registerSequenceMediationFlowBreakPoint(SynapseConfiguration synCfg, String sequenceType, String seqKey, int[] position, boolean registerMode)
synCfg - Synapse configurationsequenceType - Synapse sequence typeseqKey - name of the Sequenceposition - array of integers that uniquely specifies a point in mediation routeregisterMode - specify whether register or un registerprotected static String logMediatorPosition(SynapseMediationFlowPoint flowPoint)
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.