Skip navigation links
C G I M V W 

C

create(MessageEvent.Type, long, long, long) - Static method in class io.opentelemetry.extensions.trace.MessageEvent
Returns a MessageEvent with the desired values.
CurrentSpanUtils - Class in io.opentelemetry.extensions.trace
Util methods/functionality to interact with the Span in the Context.

G

getAttributes() - Method in class io.opentelemetry.extensions.trace.MessageEvent
 
getName() - Method in class io.opentelemetry.extensions.trace.MessageEvent
 

I

io.opentelemetry.extensions.trace - package io.opentelemetry.extensions.trace
 

M

MessageEvent - Class in io.opentelemetry.extensions.trace
A class that represents a generic messaging event.
MessageEvent.Type - Enum in io.opentelemetry.extensions.trace
Available types for a MessageEvent.

V

valueOf(String) - Static method in enum io.opentelemetry.extensions.trace.MessageEvent.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.opentelemetry.extensions.trace.MessageEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

withSpan(Span, boolean, Runnable) - Static method in class io.opentelemetry.extensions.trace.CurrentSpanUtils
Wraps a Runnable so that it executes with the span as the current Span.
withSpan(Span, boolean, Callable<C>) - Static method in class io.opentelemetry.extensions.trace.CurrentSpanUtils
Wraps a Callable so that it executes with the span as the current Span.
C G I M V W 
Skip navigation links