Class OpenTracingClientInterceptor

  • All Implemented Interfaces:
    io.temporal.common.interceptors.WorkflowClientInterceptor

    public class OpenTracingClientInterceptor
    extends io.temporal.common.interceptors.WorkflowClientInterceptorBase
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.temporal.common.interceptors.WorkflowClientCallsInterceptor workflowClientCallsInterceptor​(io.temporal.common.interceptors.WorkflowClientCallsInterceptor next)  
      • Methods inherited from class io.temporal.common.interceptors.WorkflowClientInterceptorBase

        newActivityCompletionClient, newUntypedWorkflowStub, newUntypedWorkflowStub
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenTracingClientInterceptor

        public OpenTracingClientInterceptor()
      • OpenTracingClientInterceptor

        public OpenTracingClientInterceptor​(OpenTracingOptions options)
    • Method Detail

      • workflowClientCallsInterceptor

        public io.temporal.common.interceptors.WorkflowClientCallsInterceptor workflowClientCallsInterceptor​(io.temporal.common.interceptors.WorkflowClientCallsInterceptor next)
        Specified by:
        workflowClientCallsInterceptor in interface io.temporal.common.interceptors.WorkflowClientInterceptor
        Overrides:
        workflowClientCallsInterceptor in class io.temporal.common.interceptors.WorkflowClientInterceptorBase