vertx / io.vertx.core.eventbus / Message / replyAddress

replyAddress

abstract fun replyAddress(): String

The reply address. Can be null.

Return
the reply address, or null, if message was sent without a reply handler.