PDF
1Vert.X(1)Contents .................................................................................................... 1访使 .................................................................................................... 3线线线线线线 2ReactiveWeb访访访访使Reactive使使线使async/await 使3MicroservicesMQTTAuthentication and AuthorisationMessaging使Hello Worldpublic class VertxEcho { public static void main(String[] args) { Vertx vertx = Vertx.vertx(); vertx.createNetServer() .connectHandler(socket -> { 使4 socket.handler(buffer -> { socket.write("Hello:" + buffer); }); }) .listen(3000); }}

HTML view coming soon.

Download PDF for the full formatted version.