Class QuarkusCurrentRequest

java.lang.Object
io.quarkus.resteasy.reactive.server.runtime.QuarkusCurrentRequest
All Implemented Interfaces:
org.jboss.resteasy.reactive.server.core.CurrentRequest

public class QuarkusCurrentRequest extends Object implements org.jboss.resteasy.reactive.server.core.CurrentRequest
  • Constructor Details

    • QuarkusCurrentRequest

      public QuarkusCurrentRequest(CurrentVertxRequest currentVertxRequest)
  • Method Details

    • get

      public org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext get()
      Specified by:
      get in interface org.jboss.resteasy.reactive.server.core.CurrentRequest
    • set

      public void set(org.jboss.resteasy.reactive.server.core.ResteasyReactiveRequestContext set)
      Specified by:
      set in interface org.jboss.resteasy.reactive.server.core.CurrentRequest