Package | Description |
---|---|
io.vertx.camel |
Modifier and Type | Method and Description |
---|---|
static InboundMapping |
InboundMapping.fromCamel(org.apache.camel.Endpoint endpoint)
Creates an
InboundMapping from the given Camel endpoint. |
static InboundMapping |
InboundMapping.fromCamel(String uri)
Creates an
InboundMapping from the given Camel endpoint. |
InboundMapping |
InboundMapping.setAddress(String address) |
InboundMapping |
InboundMapping.setEndpoint(org.apache.camel.Endpoint endpoint) |
InboundMapping |
InboundMapping.setHeadersCopy(boolean headersCopy) |
InboundMapping |
InboundMapping.setTimeout(int timeout)
Sets the timeout in milliseconds.
|
InboundMapping |
InboundMapping.setUri(String uri) |
InboundMapping |
InboundMapping.toVertx(String address)
Fluent version of
setAddress(String) . |
InboundMapping |
InboundMapping.usePublish()
Sets whether or not
publish is used instead of send , when a message is sent on the event bus. |
InboundMapping |
InboundMapping.withBodyType(Class bodyType)
Sets the type of the body of the event bus message.
|
InboundMapping |
InboundMapping.withoutHeadersCopy()
Fluent version of
setHeadersCopy(boolean) to disable the headers copy (so the parameter is false ). |
Modifier and Type | Method and Description |
---|---|
List<InboundMapping> |
CamelBridgeOptions.getInboundMappings() |
Modifier and Type | Method and Description |
---|---|
CamelBridgeOptions |
CamelBridgeOptions.addInboundMapping(InboundMapping mapping)
Adds an inbound mapping (Camel to Vert.x).
|
Copyright © 2021 Eclipse. All rights reserved.