eclipse-vertx / vertx-codegen

Vert.x code generator for asynchronous polyglot APIs
Apache License 2.0
105 stars 92 forks source link

MethodKind.FUTURE renamed to MethodKind.CALLBACK #333

Closed vietj closed 3 years ago

vietj commented 3 years ago

The MethodKind.FUTURE enum constant is renamed to MethodKind.CALLBACK, the original name is reused to declare a method info as an asynchronous method returning a io.vertx.core.Future.