Class TracingInterceptor.ReturnValueResultListener

    • Field Detail

      • span

        protected io.opentracing.Span span
        The span.
      • scope

        protected io.opentracing.Scope scope
    • Constructor Detail

      • ReturnValueResultListener

        protected ReturnValueResultListener​(Future<java.lang.Void> future,
                                            ServiceInvocationContext sic,
                                            io.opentracing.Span span,
                                            io.opentracing.Scope scope)
        Create a result listener.
    • Method Detail

      • customResultAvailable

        public void customResultAvailable​(java.lang.Void result)
        Called when the service call is finished.
        Overrides:
        customResultAvailable in class DelegationResultListener<java.lang.Void>
        Parameters:
        result - The result.