Package kos.api
Interface Application
-
public interface ApplicationConfigures a custom Kos application. It can be used to deploy manually crafted Vert.x Verticles. To have your application automatically discovered, ensure that you have it properly exposed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(DeploymentContext deploymentContext)
-
-
-
Method Detail
-
configure
void configure(DeploymentContext deploymentContext)
-
-