public class DefaultTaskSchedulingProfilingEventContext extends Object implements org.mule.runtime.api.profiling.type.context.TaskSchedulingProfilingEventContext
TaskSchedulingProfilingEventContext implementation.| Constructor and Description |
|---|
DefaultTaskSchedulingProfilingEventContext(long triggerTimestamp,
String taskId,
String threadName,
org.mule.runtime.api.profiling.tracing.ExecutionContext executionContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getTaskId() |
Optional<org.mule.runtime.api.profiling.tracing.ExecutionContext> |
getTaskTracingContext() |
String |
getThreadName() |
long |
getTriggerTimestamp() |
public long getTriggerTimestamp()
getTriggerTimestamp in interface org.mule.runtime.api.profiling.ProfilingEventContextpublic Optional<org.mule.runtime.api.profiling.tracing.ExecutionContext> getTaskTracingContext()
getTaskTracingContext in interface org.mule.runtime.api.profiling.type.context.TaskSchedulingProfilingEventContextpublic String getTaskId()
getTaskId in interface org.mule.runtime.api.profiling.type.context.TaskSchedulingProfilingEventContextpublic String getThreadName()
getThreadName in interface org.mule.runtime.api.profiling.type.context.TaskSchedulingProfilingEventContextCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.