forked from getsentry/sentry-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsentry-openfeign.api
More file actions
16 lines (13 loc) · 793 Bytes
/
Copy pathsentry-openfeign.api
File metadata and controls
16 lines (13 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
public final class io/sentry/openfeign/SentryCapability : feign/Capability {
public fun <init> ()V
public fun <init> (Lio/sentry/IScopes;Lio/sentry/openfeign/SentryFeignClient$BeforeSpanCallback;)V
public fun <init> (Lio/sentry/openfeign/SentryFeignClient$BeforeSpanCallback;)V
public fun enrich (Lfeign/Client;)Lfeign/Client;
}
public final class io/sentry/openfeign/SentryFeignClient : feign/Client {
public fun <init> (Lfeign/Client;Lio/sentry/IScopes;Lio/sentry/openfeign/SentryFeignClient$BeforeSpanCallback;)V
public fun execute (Lfeign/Request;Lfeign/Request$Options;)Lfeign/Response;
}
public abstract interface class io/sentry/openfeign/SentryFeignClient$BeforeSpanCallback {
public abstract fun execute (Lio/sentry/ISpan;Lfeign/Request;Lfeign/Response;)Lio/sentry/ISpan;
}