public class FlowTraceUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowTraceUtils.FlowStackAsserter |
static class |
FlowTraceUtils.FlowStackAsyncAsserter |
| Constructor and Description |
|---|
FlowTraceUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertStackElements(org.mule.runtime.core.api.context.notification.FlowCallStack flowStack,
org.hamcrest.Matcher<org.mule.runtime.core.api.context.notification.FlowStackElement>... flowStackElementMatchers) |
static org.hamcrest.Matcher<org.mule.runtime.core.api.context.notification.FlowStackElement> |
isFlowStackElement(String flowName,
String executingMessageProcessor) |
static org.hamcrest.Matcher<org.mule.runtime.core.api.context.notification.FlowStackElement> |
withChainIdentifier(org.mule.runtime.api.component.ComponentIdentifier chainIdentifier) |
@SafeVarargs public static void assertStackElements(org.mule.runtime.core.api.context.notification.FlowCallStack flowStack, org.hamcrest.Matcher<org.mule.runtime.core.api.context.notification.FlowStackElement>... flowStackElementMatchers)
public static org.hamcrest.Matcher<org.mule.runtime.core.api.context.notification.FlowStackElement> isFlowStackElement(String flowName, String executingMessageProcessor)
public static org.hamcrest.Matcher<org.mule.runtime.core.api.context.notification.FlowStackElement> withChainIdentifier(org.mule.runtime.api.component.ComponentIdentifier chainIdentifier)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.