public class FlowExecutionLogger
extends org.mule.runtime.api.component.AbstractComponent
implements org.mule.runtime.core.api.processor.Processor
| Constructor and Description |
|---|
FlowExecutionLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertRouteExecutedNTimes(String routeKey,
int n) |
static void |
assertRouteNeverExecuted(String routeKey) |
static void |
assertRouteNthExecution(String routeKey,
int n,
Object... values) |
org.mule.runtime.core.api.event.CoreEvent |
process(org.mule.runtime.core.api.event.CoreEvent coreEvent) |
static void |
resetLogsMap() |
getAnnotation, getAnnotations, getLocation, getRootContainerLocation, initRootContainerName, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static void resetLogsMap()
public static void assertRouteNeverExecuted(String routeKey)
public static void assertRouteNthExecution(String routeKey, int n, Object... values)
public static void assertRouteExecutedNTimes(String routeKey, int n)
public org.mule.runtime.core.api.event.CoreEvent process(org.mule.runtime.core.api.event.CoreEvent coreEvent)
throws org.mule.runtime.api.exception.MuleException
process in interface org.mule.runtime.core.api.processor.Processororg.mule.runtime.api.exception.MuleExceptionCopyright © 2003–2019 MuleSoft, Inc.. All rights reserved.