Interface SentryFeignClient.BeforeSpanCallback

  • Enclosing class:
    SentryFeignClient

    public static interface SentryFeignClient.BeforeSpanCallback
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @Nullable io.sentry.ISpan execute​(@NotNull io.sentry.ISpan span, @NotNull feign.Request request, @Nullable feign.Response response)  
    • Method Detail

      • execute

        @Nullable
        @Nullable io.sentry.ISpan execute​(@NotNull
                                          @NotNull io.sentry.ISpan span,
                                          @NotNull
                                          @NotNull feign.Request request,
                                          @Nullable
                                          @Nullable feign.Response response)