Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[vertx-dev] Multiple handlers on the same address?

Hi All.

A quick question ::

If more than one handler is registered on the same address, is it
possible at all (via code, or vertx-configuration) to deliver a
message on each of those handlers, by doing a "send" (one-to-one
messaging paradigm)?


-- 
Regards,
Ajay


Back to the top