All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.funqy.runtime.FunqyServerRequest Maven / Gradle / Ivy

package io.quarkus.funqy.runtime;

public interface FunqyServerRequest {
    RequestContext context();

    Object extractInput(Class inputClass);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy