Created
October 16, 2019 14:30
-
-
Save league55/5534c84de0f6c223ad7e2340ceee7db9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DeploymentOptions options = new DeploymentOptions().setInstances(20); | |
vertx.deployVerticle(new IpProvider(dataProviderConf), options) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment