Class SentryWebFilter

  • All Implemented Interfaces:
    org.springframework.web.server.WebFilter

    @Experimental
    public final class SentryWebFilter
    extends java.lang.Object
    implements org.springframework.web.server.WebFilter
    Manages Scope in Webflux request processing.
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<java.lang.Void> filter​(@NotNull org.springframework.web.server.ServerWebExchange serverWebExchange, @NotNull org.springframework.web.server.WebFilterChain webFilterChain)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SentryWebFilter

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

      • filter

        public reactor.core.publisher.Mono<java.lang.Void> filter​(@NotNull
                                                                  @NotNull org.springframework.web.server.ServerWebExchange serverWebExchange,
                                                                  @NotNull
                                                                  @NotNull org.springframework.web.server.WebFilterChain webFilterChain)
        Specified by:
        filter in interface org.springframework.web.server.WebFilter