Class SynapseDebugEventConstants
- java.lang.Object
-
- org.apache.synapse.debug.constants.SynapseDebugEventConstants
-
public class SynapseDebugEventConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEBUG_EVENT
static String
DEBUG_EVENT_BREAKPOINT
static String
DEBUG_EVENT_CONFIGURATION_UPDATED
static String
DEBUG_EVENT_RESUMED_CLIENT
static String
DEBUG_EVENT_SKIP
static String
DEBUG_EVENT_STARTED
static String
DEBUG_EVENT_TERMINATED
static String
DEBUG_EVENT_WIRE
-
Constructor Summary
Constructors Constructor Description SynapseDebugEventConstants()
-
-
-
Field Detail
-
DEBUG_EVENT_STARTED
public static final String DEBUG_EVENT_STARTED
- See Also:
- Constant Field Values
-
DEBUG_EVENT_TERMINATED
public static final String DEBUG_EVENT_TERMINATED
- See Also:
- Constant Field Values
-
DEBUG_EVENT_RESUMED_CLIENT
public static final String DEBUG_EVENT_RESUMED_CLIENT
- See Also:
- Constant Field Values
-
DEBUG_EVENT
public static final String DEBUG_EVENT
- See Also:
- Constant Field Values
-
DEBUG_EVENT_BREAKPOINT
public static final String DEBUG_EVENT_BREAKPOINT
- See Also:
- Constant Field Values
-
DEBUG_EVENT_SKIP
public static final String DEBUG_EVENT_SKIP
- See Also:
- Constant Field Values
-
DEBUG_EVENT_CONFIGURATION_UPDATED
public static final String DEBUG_EVENT_CONFIGURATION_UPDATED
- See Also:
- Constant Field Values
-
DEBUG_EVENT_WIRE
public static final String DEBUG_EVENT_WIRE
- See Also:
- Constant Field Values
-
-