Class FunqyResponseImpl

java.lang.Object
io.quarkus.funqy.lambda.FunqyResponseImpl
All Implemented Interfaces:
io.quarkus.funqy.runtime.FunqyServerResponse

public class FunqyResponseImpl extends Object implements io.quarkus.funqy.runtime.FunqyServerResponse
  • Field Details

    • output

      protected io.smallrye.mutiny.Uni<?> output
  • Constructor Details

    • FunqyResponseImpl

      public FunqyResponseImpl()
  • Method Details

    • getOutput

      public io.smallrye.mutiny.Uni<?> getOutput()
      Specified by:
      getOutput in interface io.quarkus.funqy.runtime.FunqyServerResponse
    • setOutput

      public void setOutput(io.smallrye.mutiny.Uni<?> output)
      Specified by:
      setOutput in interface io.quarkus.funqy.runtime.FunqyServerResponse