Class OpenTracingWorkerInterceptor

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

    public class OpenTracingWorkerInterceptor
    extends java.lang.Object
    implements io.temporal.common.interceptors.WorkerInterceptor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.temporal.common.interceptors.ActivityInboundCallsInterceptor interceptActivity​(io.temporal.common.interceptors.ActivityInboundCallsInterceptor next)  
      io.temporal.common.interceptors.WorkflowInboundCallsInterceptor interceptWorkflow​(io.temporal.common.interceptors.WorkflowInboundCallsInterceptor next)  
      • Methods inherited from class java.lang.Object

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

      • OpenTracingWorkerInterceptor

        public OpenTracingWorkerInterceptor()
      • OpenTracingWorkerInterceptor

        public OpenTracingWorkerInterceptor​(OpenTracingOptions options)
    • Method Detail

      • interceptWorkflow

        public io.temporal.common.interceptors.WorkflowInboundCallsInterceptor interceptWorkflow​(io.temporal.common.interceptors.WorkflowInboundCallsInterceptor next)
        Specified by:
        interceptWorkflow in interface io.temporal.common.interceptors.WorkerInterceptor
      • interceptActivity

        public io.temporal.common.interceptors.ActivityInboundCallsInterceptor interceptActivity​(io.temporal.common.interceptors.ActivityInboundCallsInterceptor next)
        Specified by:
        interceptActivity in interface io.temporal.common.interceptors.WorkerInterceptor