Interface SentryFeignClient.BeforeSpanCallback

Enclosing class:
SentryFeignClient

public static interface SentryFeignClient.BeforeSpanCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable io.sentry.ISpan
    execute(@NotNull io.sentry.ISpan span, @NotNull feign.Request request, @Nullable feign.Response response)
     
  • Method Details

    • execute

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