Class SentrySpanClientWebRequestFilter

java.lang.Object
io.sentry.spring.tracing.SentrySpanClientWebRequestFilter
All Implemented Interfaces:
org.springframework.web.reactive.function.client.ExchangeFilterFunction

public class SentrySpanClientWebRequestFilter extends Object implements org.springframework.web.reactive.function.client.ExchangeFilterFunction
  • Constructor Summary

    Constructors
    Constructor
    Description
    SentrySpanClientWebRequestFilter(@NotNull io.sentry.IHub hub)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse>
    filter(@NotNull org.springframework.web.reactive.function.client.ClientRequest request, @NotNull org.springframework.web.reactive.function.client.ExchangeFunction next)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.web.reactive.function.client.ExchangeFilterFunction

    andThen, apply
  • Constructor Details

    • SentrySpanClientWebRequestFilter

      public SentrySpanClientWebRequestFilter(@NotNull @NotNull io.sentry.IHub hub)
  • Method Details

    • filter

      @NotNull public @NotNull reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse> filter(@NotNull @NotNull org.springframework.web.reactive.function.client.ClientRequest request, @NotNull @NotNull org.springframework.web.reactive.function.client.ExchangeFunction next)
      Specified by:
      filter in interface org.springframework.web.reactive.function.client.ExchangeFilterFunction