Uses of Class
com.avioconsulting.mule.opentelemetry.api.traces.TransactionContext
-
-
Uses of TransactionContext in com.avioconsulting.mule.opentelemetry.api.store
Methods in com.avioconsulting.mule.opentelemetry.api.store that return TransactionContext Modifier and Type Method Description TransactionContextTransactionStore. getTransactionContext(String transactionId, org.mule.runtime.api.component.location.ComponentLocation componentLocation)Get theContextof the initiating flow span. -
Uses of TransactionContext in com.avioconsulting.mule.opentelemetry.api.traces
Methods in com.avioconsulting.mule.opentelemetry.api.traces that return TransactionContext Modifier and Type Method Description static TransactionContextTransactionContext. current()static TransactionContextTransactionContext. of(io.opentelemetry.api.trace.Span span)TransactionContextTransactionContext. setContext(io.opentelemetry.context.Context context)TransactionContextTransactionContext. setSpanId(String spanId)TransactionContextTransactionContext. setSpanIdLong(String spanIdLong)TransactionContextTransactionContext. setTraceId(String traceId)TransactionContextTransactionContext. setTraceIdLongLowPart(String traceIdLongLowPart) -
Uses of TransactionContext in com.avioconsulting.mule.opentelemetry.internal.store
Methods in com.avioconsulting.mule.opentelemetry.internal.store that return TransactionContext Modifier and Type Method Description TransactionContextInMemoryTransactionStore. getTransactionContext(String transactionId, org.mule.runtime.api.component.location.ComponentLocation componentLocation)
-