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

org.jboss.resteasy.reactive.spi.RestHandler Maven / Gradle / Ivy

There is a newer version: 3.17.0.CR1
Show newest version
package org.jboss.resteasy.reactive.spi;

import org.jboss.resteasy.reactive.common.core.AbstractResteasyReactiveContext;

public interface RestHandler {

    void handle(T requestContext) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy