com.huanshankeji.vertx.ext.web.VirtualHostCombinable.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-common-vertx Show documentation
Show all versions of kotlin-common-vertx Show documentation
Huanshankeji's common code libraries in Kotlin
package com.huanshankeji.vertx.ext.web
import io.vertx.ext.web.Router
interface VirtualHostCombinable {
fun Router.routesOnVirtualHost()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy