@JdkService(value="platform-http-engine")
public class VertxPlatformHttpEngine
extends org.apache.camel.support.service.ServiceSupport
implements org.apache.camel.component.platform.http.spi.PlatformHttpEngine
PlatformHttpEngine based on Vert.x Web.| Constructor and Description |
|---|
VertxPlatformHttpEngine() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.Consumer |
createConsumer(org.apache.camel.component.platform.http.PlatformHttpEndpoint endpoint,
org.apache.camel.Processor processor) |
protected void |
doStart() |
protected void |
doStop() |
List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>> |
getHandlers() |
void |
setHandlers(List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>> handlers) |
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>> getHandlers()
public void setHandlers(List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>> handlers)
protected void doStart()
throws Exception
doStart in class org.apache.camel.support.service.BaseServiceExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.service.BaseServiceExceptionpublic 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.PlatformHttpEngineApache Camel