Package io.sentry.openfeign
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.ISpanexecute(@NotNull io.sentry.ISpan span, @NotNull feign.Request request, @Nullable feign.Response response)
-