org.jboss.resteasy.reactive.spi.RestHandler Maven / Gradle / Ivy
package org.jboss.resteasy.reactive.spi;
import org.jboss.resteasy.reactive.common.core.AbstractResteasyReactiveContext;
public interface RestHandler {
void handle(T requestContext) throws Exception;
}