eclipse-vertx / eclipse-vertx/vertx-codegen
Missing method in VertxOptions
Open
- Dominant language
- Java
- Stars
- 111
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
I issue was opened against vertx-lang-scala about a missing mthod (https://github.com/vert-x3/vertx-lang-scala/issues/63).
After some research I can confirm that clusterManager isn't part of the 'properties' list provided when generating code for DataObjects.
This is the method in VertxOptions:
public VertxOptions setClusterManager(ClusterManager clusterManager) {
this.clusterManager = clusterManager;
return this;
}
Contributor guide
Assessment
This issue has not been assessed yet.