Package io.vertx.up.uca.marshal
Class ClusterSetUp
java.lang.Object
io.vertx.up.uca.marshal.ClusterSetUp
- All Implemented Interfaces:
JTransformer<io.vertx.core.ClusterOptions>,Transformer<io.vertx.core.json.JsonObject,io.vertx.core.ClusterOptions>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.ClusterOptionstransform(io.vertx.core.json.JsonObject config)
-
Constructor Details
-
ClusterSetUp
public ClusterSetUp()
-
-
Method Details
-
transform
public io.vertx.core.ClusterOptions transform(io.vertx.core.json.JsonObject config) - Specified by:
transformin interfaceTransformer<io.vertx.core.json.JsonObject,io.vertx.core.ClusterOptions>
-