Class ReactorAsyncOperationEndStrategy
java.lang.Object
io.opentelemetry.instrumentation.reactor.v3_1.ReactorAsyncOperationEndStrategy
- All Implemented Interfaces:
io.opentelemetry.instrumentation.api.annotation.support.async.AsyncOperationEndStrategy
public final class ReactorAsyncOperationEndStrategy
extends Object
implements io.opentelemetry.instrumentation.api.annotation.support.async.AsyncOperationEndStrategy
-
Method Summary
-
Method Details
-
create
-
builder
-
supports
- Specified by:
supportsin interfaceio.opentelemetry.instrumentation.api.annotation.support.async.AsyncOperationEndStrategy
-
end
public <REQUEST,RESPONSE> Object end(io.opentelemetry.instrumentation.api.instrumenter.Instrumenter<REQUEST, RESPONSE> instrumenter, io.opentelemetry.context.Context context, REQUEST request, Object asyncValue, Class<RESPONSE> responseType) - Specified by:
endin interfaceio.opentelemetry.instrumentation.api.annotation.support.async.AsyncOperationEndStrategy
-