Package io.temporal.internal.nexus
Class RootNexusOperationOutboundCallsInterceptor
- java.lang.Object
-
- io.temporal.internal.nexus.RootNexusOperationOutboundCallsInterceptor
-
- All Implemented Interfaces:
NexusOperationOutboundCallsInterceptor
public class RootNexusOperationOutboundCallsInterceptor extends java.lang.Object implements NexusOperationOutboundCallsInterceptor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.uber.m3.tally.ScopegetMetricsScope()Intercepts call to get the metric scope in a Nexus operation.
-
-
-
Method Detail
-
getMetricsScope
public com.uber.m3.tally.Scope getMetricsScope()
Description copied from interface:NexusOperationOutboundCallsInterceptorIntercepts call to get the metric scope in a Nexus operation.- Specified by:
getMetricsScopein interfaceNexusOperationOutboundCallsInterceptor
-
-