Class SentrySpanClientWebRequestFilter

  • All Implemented Interfaces:
    org.springframework.web.reactive.function.client.ExchangeFilterFunction

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

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • SentrySpanClientWebRequestFilter

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

      • 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