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

rtx.vertx-mod-elasticsearch.1.2.1.source-code.ping_verticle.js Maven / Gradle / Ivy

var vertx = require('vertx')
var console = require('vertx/console')

vertx.eventBus.registerHandler('ping-address', function(message, replier) {
  replier('pong!');
  console.log('Sent back pong JavaScript!')
});




© 2015 - 2025 Weber Informatics LLC | Privacy Policy