cescoffier / vertx-microservices-workshop

Vert.x Microservices Hand's on lab
http://escoffier.me/vertx-hol/
Apache License 2.0
330 stars 196 forks source link

Enhance and add Chain.java to vertx core #9

Closed cazacugmihai closed 8 years ago

cazacugmihai commented 8 years ago

Hi,

Can you extract Chain.java's methods into io.vertx.core.CompositeFuture? It is a very common way to run sequential features and I think that many of us use a kind of the same utility class (instead of writing something like Sequential composition).

Thanks, Mihai

cescoffier commented 8 years ago

Hi @cazacugmihai

Please open a "wish" on https://github.com/vert-x3/issues/issues and track it from there. (don't forget to vote with a +1 on your issue)

cazacugmihai commented 8 years ago

Done. https://github.com/vert-x3/issues/issues/192