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

io.quarkiverse.renarde.router.RouterMethod Maven / Gradle / Ivy

The newest version!
package io.quarkiverse.renarde.router;

import java.net.URI;

@FunctionalInterface
public interface RouterMethod {
    URI getRoute(boolean absolute, Object... args);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy