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

com.simplaex.sugar.vertx.web.WebServiceRoute Maven / Gradle / Ivy

package com.simplaex.sugar.vertx.web;

import com.simplaex.bedrock.Mapping;
import com.simplaex.bedrock.Set;
import io.vertx.core.Handler;
import io.vertx.ext.web.RoutingContext;

public interface WebServiceRoute extends Handler {

  default Mapping redirects() {
    return Mapping.empty();
  }

  Set handles();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy