Package | Description |
---|---|
io.vertx.camel |
Modifier and Type | Method and Description |
---|---|
static CamelBridge |
CamelBridge.create(Vertx vertx,
CamelBridgeOptions bridgeOptions)
Creates a bridge between Camel endpoints and Vert.x
|
CamelBridge |
CamelBridge.start()
Starts the bridge.
|
CamelBridge |
CamelBridge.start(Handler<AsyncResult<Void>> completed)
Starts the bridge.
|
CamelBridge |
CamelBridge.stop()
Stops the bridge.
|
CamelBridge |
CamelBridge.stop(Handler<AsyncResult<Void>> completed)
Stops the bridge.
|
Copyright © 2021 Eclipse. All rights reserved.