Hi, there,
I am new for vert.x, and try to understand what to do in following case,
I want to build a vertx. When a http request coming, the vertx will send a set of messages, each of which should be handled by its own async handler to call file system, DB, or other proxy service. At the end, the vertx, or its request handler, can be called when all the async processes are finished.
I think I can do it with message reply if there is only one async processing involved, but could not figure out how to do with multiple async processes. It is highly appreciated in somebody can guide me or show me some sample codes.
Many thanks in advance for the nice help.
Jian