public class QuarkusPlatformHttpEngine extends Object implements org.apache.camel.component.platform.http.spi.PlatformHttpEngine
| Constructor and Description |
|---|
QuarkusPlatformHttpEngine(io.vertx.ext.web.Router router,
List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>> handlers,
UploadAttacher uploadAttacher) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.component.platform.http.PlatformHttpEndpoint endpoint,
org.apache.camel.Processor processor) |
List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>> |
getHandlers() |
public QuarkusPlatformHttpEngine(io.vertx.ext.web.Router router,
List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>> handlers,
UploadAttacher uploadAttacher)
public org.apache.camel.Consumer createConsumer(org.apache.camel.component.platform.http.PlatformHttpEndpoint endpoint,
org.apache.camel.Processor processor)
createConsumer in interface org.apache.camel.component.platform.http.spi.PlatformHttpEnginepublic List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>> getHandlers()
Copyright © 2019–2020 The Apache Software Foundation. All rights reserved.