Skip to content

Commit

Permalink
use hasAttributesSatisfying
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Jul 10, 2024
1 parent be7e18d commit 590a611
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
public final class SpringWebfluxBuilderUtil {
private SpringWebfluxBuilderUtil() {}

// allows access to the private field for the spring starter
private static Function<
SpringWebfluxTelemetryBuilder,
DefaultHttpClientInstrumenterBuilder<ClientRequest, ClientResponse>>
clientBuilderExtractor;

// allows access to the private field for the spring starter
private static Function<
SpringWebfluxTelemetryBuilder,
DefaultHttpServerInstrumenterBuilder<ServerWebExchange, ServerWebExchange>>
Expand Down

0 comments on commit 590a611

Please sign in to comment.