vertx / io.vertx.camel / OutboundMapping / toCamel

toCamel

open fun toCamel(uri: String): OutboundMapping

Fluent version of #setUri(String).

Parameters

uri - the uri

Return
the current instance of OutboundMapping

open fun toCamel(endpoint: Endpoint): OutboundMapping

Fluent version of #setEndpoint(Endpoint).

Parameters

endpoint - the endpoint

Return
the current instance of OutboundMapping