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