Skip to content

Commit

Permalink
Add feign apis.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Aug 2, 2021
1 parent ef4e58f commit 2667dff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sentry-openfeign/api/sentry-open-feign.api
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
public final class io/sentry/openfeign/SentryCapability : feign/Capability {
public fun <init> ()V
public fun <init> (Lio/sentry/IHub;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/IHub;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;
}

0 comments on commit 2667dff

Please sign in to comment.