Package httpRest
Class RouterConfig
java.lang.Object
httpRest.RouterConfig
-
Constructor Summary
ConstructorDescriptionRouterConfig
(int port, GameServiceDecorator entityService, UserController userController, ChatController chatController) -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.ext.web.Router
configurationRouter
(io.vertx.core.Vertx vertx) com.google.common.collect.ImmutableSet<com.google.common.reflect.ClassPath.ClassInfo>
getClassesInPackage
(String pckgname)
-
Constructor Details
-
RouterConfig
public RouterConfig(int port, GameServiceDecorator entityService, UserController userController, ChatController chatController)
-
-
Method Details
-
configurationRouter
public io.vertx.ext.web.Router configurationRouter(io.vertx.core.Vertx vertx) -
getClassesInPackage
public com.google.common.collect.ImmutableSet<com.google.common.reflect.ClassPath.ClassInfo> getClassesInPackage(String pckgname)
-