Package com.mendix.tracing
Interface Tracing
public interface Tracing
The tracing API gives access to creating spans within Java Actions.
-
Method Summary
Modifier and TypeMethodDescriptioncreateSpan(String name) Returns a [[com.mendix.tracing.SpanBuilder]] object, which can be used to configure a new span.
-
Method Details
-
createSpan
Returns a [[com.mendix.tracing.SpanBuilder]] object, which can be used to configure a new span.- Parameters:
name- The name of the span- Returns:
- The span builder object
-