vertx / io.vertx.camel / InboundMapping / toVertx

toVertx

open fun toVertx(address: String): InboundMapping

Fluent version of #setAddress(String).

Parameters

address - the Vert.x event bus address

Return
the current InboundMapping instance

See Also
#setAddress(String)