vertx / io.vertx.camel / InboundMapping / fromCamel

fromCamel

open static fun fromCamel(uri: String): InboundMapping

Creates an InboundMapping from the given Camel endpoint.

Parameters

uri - the uri - must not be null

Return
the created InboundMapping

open static fun fromCamel(endpoint: Endpoint): InboundMapping

Creates an InboundMapping from the given Camel endpoint.

Parameters

endpoint - the endpoint - must not be null

Return
the created InboundMapping