Class SentryRequestResolver


  • @Experimental
    public class SentryRequestResolver
    extends java.lang.Object
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull io.sentry.protocol.Request resolveSentryRequest​(@NotNull org.springframework.http.server.reactive.ServerHttpRequest httpRequest)  
      • Methods inherited from class java.lang.Object

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

      • SentryRequestResolver

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

      • resolveSentryRequest

        @NotNull
        public @NotNull io.sentry.protocol.Request resolveSentryRequest​(@NotNull
                                                                        @NotNull org.springframework.http.server.reactive.ServerHttpRequest httpRequest)