Skip navigation links
A C D F G I O S T U W 

A

addInboundMapping(InboundMapping) - Method in class io.vertx.camel.CamelBridgeOptions
Adds an inbound mapping (Camel to Vert.x).
addOutboundMapping(OutboundMapping) - Method in class io.vertx.camel.CamelBridgeOptions
Adds an outbound mapping (Vert.x to Camel).

C

CamelBridge - Interface in io.vertx.camel
Camel Bridge facade.
CamelBridgeOptions - Class in io.vertx.camel
Camel bridge configuration.
CamelBridgeOptions(CamelContext) - Constructor for class io.vertx.camel.CamelBridgeOptions
Creates a new instance of CamelBridgeOptions.
CamelBridgeOptions(JsonObject) - Constructor for class io.vertx.camel.CamelBridgeOptions
Comply with the DataObject contract, however calling this constructor will always throw.
CamelMapping - Class in io.vertx.camel
Parent class for mapping between Vert.x event bus and Camel endpoints.
CamelMapping() - Constructor for class io.vertx.camel.CamelMapping
 
create(Vertx, CamelBridgeOptions) - Static method in interface io.vertx.camel.CamelBridge
Creates a bridge between Camel endpoints and Vert.x

D

DEFAULT_HEADERS_COPY - Static variable in class io.vertx.camel.CamelMapping
 
DEFAULT_PUBLISH - Static variable in class io.vertx.camel.InboundMapping
The default value of the "publish" property.

F

fromCamel(String) - Static method in class io.vertx.camel.InboundMapping
Creates an InboundMapping from the given Camel endpoint.
fromCamel(Endpoint) - Static method in class io.vertx.camel.InboundMapping
Creates an InboundMapping from the given Camel endpoint.
fromVertx(String) - Static method in class io.vertx.camel.OutboundMapping
Creates an OutboundMapping from the given Vert.x address.

G

getAddress() - Method in class io.vertx.camel.CamelMapping
 
getBodyType() - Method in class io.vertx.camel.InboundMapping
 
getCamelContext() - Method in class io.vertx.camel.CamelBridgeOptions
 
getInboundMappings() - Method in class io.vertx.camel.CamelBridgeOptions
 
getOutboundMappings() - Method in class io.vertx.camel.CamelBridgeOptions
 
getTimeout() - Method in class io.vertx.camel.InboundMapping
 
getUri() - Method in class io.vertx.camel.CamelMapping
 
getWorkerExecutor() - Method in class io.vertx.camel.OutboundMapping
 

I

InboundMapping - Class in io.vertx.camel
Represents a mapping between a Camel endpoint address and a Vert.x address on the event bus.
InboundMapping() - Constructor for class io.vertx.camel.InboundMapping
 
io.vertx.camel - package io.vertx.camel
 
isBlocking() - Method in class io.vertx.camel.OutboundMapping
Whether the processing is blocking and so should not be executed on the event loop.
isHeadersCopy() - Method in class io.vertx.camel.CamelMapping
 
isPublish() - Method in class io.vertx.camel.InboundMapping
 

O

OutboundMapping - Class in io.vertx.camel
Represents a mapping between a Vert.x event bus address and a Camel endpoint.
OutboundMapping() - Constructor for class io.vertx.camel.OutboundMapping
 

S

setAddress(String) - Method in class io.vertx.camel.CamelMapping
Sets the event bus address.
setAddress(String) - Method in class io.vertx.camel.InboundMapping
 
setAddress(String) - Method in class io.vertx.camel.OutboundMapping
 
setBlocking(boolean) - Method in class io.vertx.camel.OutboundMapping
Sets whether or not the processing is blocking.
setEndpoint(Endpoint) - Method in class io.vertx.camel.CamelMapping
Sets the Camel endpoint.
setEndpoint(Endpoint) - Method in class io.vertx.camel.InboundMapping
 
setEndpoint(Endpoint) - Method in class io.vertx.camel.OutboundMapping
 
setHeadersCopy(boolean) - Method in class io.vertx.camel.CamelMapping
Sets whether or not the headers of the input message are copied in the output message.
setHeadersCopy(boolean) - Method in class io.vertx.camel.InboundMapping
 
setHeadersCopy(boolean) - Method in class io.vertx.camel.OutboundMapping
 
setTimeout(int) - Method in class io.vertx.camel.InboundMapping
Sets the timeout in milliseconds.
setUri(String) - Method in class io.vertx.camel.CamelMapping
Sets the Camel endpoint URI.
setUri(String) - Method in class io.vertx.camel.InboundMapping
 
setUri(String) - Method in class io.vertx.camel.OutboundMapping
 
setWorkerExecutor(WorkerExecutor) - Method in class io.vertx.camel.OutboundMapping
Sets the worker thread worker used to execute the blocking processing.
start() - Method in interface io.vertx.camel.CamelBridge
Starts the bridge.
start(Handler<AsyncResult<Void>>) - Method in interface io.vertx.camel.CamelBridge
Starts the bridge.
stop() - Method in interface io.vertx.camel.CamelBridge
Stops the bridge.
stop(Handler<AsyncResult<Void>>) - Method in interface io.vertx.camel.CamelBridge
Stops the bridge.

T

toCamel(String) - Method in class io.vertx.camel.OutboundMapping
toCamel(Endpoint) - Method in class io.vertx.camel.OutboundMapping
toVertx(String) - Method in class io.vertx.camel.InboundMapping

U

usePublish() - Method in class io.vertx.camel.InboundMapping
Sets whether or not publish is used instead of send, when a message is sent on the event bus.

W

withBodyType(Class) - Method in class io.vertx.camel.InboundMapping
Sets the type of the body of the event bus message.
withoutHeadersCopy() - Method in class io.vertx.camel.InboundMapping
Fluent version of InboundMapping.setHeadersCopy(boolean) to disable the headers copy (so the parameter is false).
withoutHeadersCopy() - Method in class io.vertx.camel.OutboundMapping
Fluent version of OutboundMapping.setHeadersCopy(boolean) to disable the headers copy.
A C D F G I O S T U W 
Skip navigation links

Copyright © 2023 Eclipse. All rights reserved.