All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AnnotationReflectionHelper Helper class for reflecting over annotations at runtime..AsyncOperationEndStrategies A global registry ofAsyncOperationEndStrategyimplementations.AsyncOperationEndStrategy Implementations of this interface describe how to compose over supported asynchronous computation types and delay marking the operation as ended by callingInstrumenter.end(Context, Object, Object, Throwable).AsyncOperationEndSupport<REQUEST,RESPONSE> A wrapper overInstrumenterthat is able to deferInstrumenter.end(Context, Object, Object, Throwable)until asynchronous computation finishes.AsyncSpanEndStrategies Registry ofAsyncSpanEndStrategyimplementations for tracing the asynchronous operations represented by the return type of a traced method.AsyncSpanEndStrategy Represents an implementation of a strategy for composing over the return value of an asynchronous traced method which can compose or register for notification of completion at which point the span representing the invocation of the method will be ended.AttributeBinding Represents the binding of a method parameter to an attribute of a traced method.AttributeBindings Represents the bindings of method parameters to attributes of a traced method.BaseAttributeBinder Base class for instrumentation-specific attribute binding for traced methods.BaseAttributeBinder.EmptyAttributeBindings Jdk8AsyncOperationEndStrategy