@NoImplement
@Experimental
public interface TracingService
ExecutionContext implementation. Will be escalated to support other tracing
capabilities.| Modifier and Type | Method and Description |
|---|---|
void |
deleteCurrentExecutionContext()
Deletes the current
ExecutionContext. |
ExecutionContext |
getCurrentExecutionContext() |
ExecutionContext |
setCurrentExecutionContext(ExecutionContext executionContext)
Sets the current
ExecutionContext to the provided value. |
ExecutionContext getCurrentExecutionContext()
ExecutionContext, that can be null.void deleteCurrentExecutionContext()
ExecutionContext.ExecutionContext setCurrentExecutionContext(ExecutionContext executionContext)
ExecutionContext to the provided value.executionContext - An ExecutionContext that cannot be null.ExecutionContext.Copyright © 2022 MuleSoft, Inc.. All rights reserved.