vert.x icon indicating copy to clipboard operation
vert.x copied to clipboard

feat: completion function to MessageConsumer returns a future

Open wem opened this issue 4 years ago • 2 comments
trafficstars

feat: completion function to MessageConsumer returns a future

Alternative to completionHandler.

Motivation:

https://github.com/vert-x3/vertx-lang-kotlin/issues/190

wem avatar Feb 17 '21 16:02 wem

can you rebase on latest master ?

vietj avatar Mar 08 '21 14:03 vietj

I think the main issue here is that a consumer can be registered or unregistered multiple times and it is not clear what a registration future would mean, we need to clarify this before taking any action

vietj avatar Oct 14 '21 14:10 vietj

Superseded by #4645

tsegismont avatar Oct 06 '23 15:10 tsegismont