public class SpanEndProfilingEventType extends Object implements ProfilingEventType<SpanProfilingEventContext>
ProfilingEventType that indicates that a span should be ended. A Span represents both a unit of work and the time it
took to happen. The ProfilingDataConsumer that listen to this events are responsible for
handling and matching the start and end of this profiling events.SpanStartProfilingEventType| Constructor and Description |
|---|
SpanEndProfilingEventType(String profilingEventTypeIdentifier,
String profilingEventTypeNamespace) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProfilingEventTypeIdentifier() |
String |
getProfilingEventTypeNamespace() |
public String getProfilingEventTypeIdentifier()
getProfilingEventTypeIdentifier in interface ProfilingEventType<SpanProfilingEventContext>public String getProfilingEventTypeNamespace()
getProfilingEventTypeNamespace in interface ProfilingEventType<SpanProfilingEventContext>Copyright © 2022 MuleSoft, Inc.. All rights reserved.