Package io.temporal.opentracing.internal
Class OpenTracingWorkflowInboundCallsInterceptor
- java.lang.Object
-
- io.temporal.common.interceptors.WorkflowInboundCallsInterceptorBase
-
- io.temporal.opentracing.internal.OpenTracingWorkflowInboundCallsInterceptor
-
- All Implemented Interfaces:
io.temporal.common.interceptors.WorkflowInboundCallsInterceptor
public class OpenTracingWorkflowInboundCallsInterceptor extends io.temporal.common.interceptors.WorkflowInboundCallsInterceptorBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.temporal.common.interceptors.WorkflowInboundCallsInterceptor
io.temporal.common.interceptors.WorkflowInboundCallsInterceptor.QueryInput, io.temporal.common.interceptors.WorkflowInboundCallsInterceptor.QueryOutput, io.temporal.common.interceptors.WorkflowInboundCallsInterceptor.SignalInput, io.temporal.common.interceptors.WorkflowInboundCallsInterceptor.WorkflowInput, io.temporal.common.interceptors.WorkflowInboundCallsInterceptor.WorkflowOutput
-
-
Constructor Summary
Constructors Constructor Description OpenTracingWorkflowInboundCallsInterceptor(io.temporal.common.interceptors.WorkflowInboundCallsInterceptor next, OpenTracingOptions options, SpanFactory spanFactory, ContextAccessor contextAccessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.temporal.common.interceptors.WorkflowInboundCallsInterceptor.WorkflowOutputexecute(io.temporal.common.interceptors.WorkflowInboundCallsInterceptor.WorkflowInput input)voidinit(io.temporal.common.interceptors.WorkflowOutboundCallsInterceptor outboundCalls)
-
-
-
Constructor Detail
-
OpenTracingWorkflowInboundCallsInterceptor
public OpenTracingWorkflowInboundCallsInterceptor(io.temporal.common.interceptors.WorkflowInboundCallsInterceptor next, OpenTracingOptions options, SpanFactory spanFactory, ContextAccessor contextAccessor)
-
-
Method Detail
-
init
public void init(io.temporal.common.interceptors.WorkflowOutboundCallsInterceptor outboundCalls)
- Specified by:
initin interfaceio.temporal.common.interceptors.WorkflowInboundCallsInterceptor- Overrides:
initin classio.temporal.common.interceptors.WorkflowInboundCallsInterceptorBase
-
execute
public io.temporal.common.interceptors.WorkflowInboundCallsInterceptor.WorkflowOutput execute(io.temporal.common.interceptors.WorkflowInboundCallsInterceptor.WorkflowInput input)
- Specified by:
executein interfaceio.temporal.common.interceptors.WorkflowInboundCallsInterceptor- Overrides:
executein classio.temporal.common.interceptors.WorkflowInboundCallsInterceptorBase
-
-