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

io.github.kamilszewc.simplerouter.MethodHandler Maven / Gradle / Ivy

There is a newer version: 0.6
Show newest version
package io.github.kamilszewc.simplerouter;

public interface MethodHandler {
    Object handler(RoutingContext routingContext);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy