public class MuleTracingModuleOperations extends Object
| Constructor and Description |
|---|
MuleTracingModuleOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearLoggingVariables()
Clears all the custom variables from the event logging context.
|
void |
removeLoggingVariable(String variableName)
Removes a variable from the event logging context.
|
void |
setLoggingVariable(String variableName,
String value)
Adds a new variable in the event logging context.
|
void |
withCorrelationId(org.mule.runtime.extension.api.runtime.route.Chain chain,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,Object> callback,
String correlationId)
Scope that creates a process the inner chain modifying the current correlation id.
|
@DisplayName(value="With CorrelationID")
@MediaType(value="*/*",
strict=false)
@PassThroughOutputChainResolver
public void withCorrelationId(@PassThroughInputChainResolver @ExecutionOccurrence(value=ONCE)
org.mule.runtime.extension.api.runtime.route.Chain chain,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<Object,Object> callback,
@Expression(value=REQUIRED)
String correlationId)
public void setLoggingVariable(String variableName, String value)
variableName - Name from the logging variable to be added.value - Value to add to the logging context.public void removeLoggingVariable(String variableName)
variableName - Name from the logging variable to be removed.public void clearLoggingVariables()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.