Package io.temporal.opentracing.internal
Class OpenTracingActivityInboundCallsInterceptor
- java.lang.Object
-
- io.temporal.common.interceptors.ActivityInboundCallsInterceptorBase
-
- io.temporal.opentracing.internal.OpenTracingActivityInboundCallsInterceptor
-
- All Implemented Interfaces:
io.temporal.common.interceptors.ActivityInboundCallsInterceptor
public class OpenTracingActivityInboundCallsInterceptor extends io.temporal.common.interceptors.ActivityInboundCallsInterceptorBase
-
-
Constructor Summary
Constructors Constructor Description OpenTracingActivityInboundCallsInterceptor(io.temporal.common.interceptors.ActivityInboundCallsInterceptor next, OpenTracingOptions options, SpanFactory spanFactory, ContextAccessor contextAccessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.temporal.common.interceptors.ActivityInboundCallsInterceptor.ActivityOutputexecute(io.temporal.common.interceptors.ActivityInboundCallsInterceptor.ActivityInput input)voidinit(io.temporal.activity.ActivityExecutionContext context)
-
-
-
Constructor Detail
-
OpenTracingActivityInboundCallsInterceptor
public OpenTracingActivityInboundCallsInterceptor(io.temporal.common.interceptors.ActivityInboundCallsInterceptor next, OpenTracingOptions options, SpanFactory spanFactory, ContextAccessor contextAccessor)
-
-
Method Detail
-
init
public void init(io.temporal.activity.ActivityExecutionContext context)
- Specified by:
initin interfaceio.temporal.common.interceptors.ActivityInboundCallsInterceptor- Overrides:
initin classio.temporal.common.interceptors.ActivityInboundCallsInterceptorBase
-
execute
public io.temporal.common.interceptors.ActivityInboundCallsInterceptor.ActivityOutput execute(io.temporal.common.interceptors.ActivityInboundCallsInterceptor.ActivityInput input)
- Specified by:
executein interfaceio.temporal.common.interceptors.ActivityInboundCallsInterceptor- Overrides:
executein classio.temporal.common.interceptors.ActivityInboundCallsInterceptorBase
-
-