public class VertxPlatformHttpServer
extends org.apache.camel.support.service.ServiceSupport
implements org.apache.camel.CamelContextAware
VertxPlatformHttpEngine on
platforms that do not provide Vert.x based http services.| Constructor and Description |
|---|
VertxPlatformHttpServer(VertxPlatformHttpServerConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected io.vertx.core.Vertx |
createVertxInstance() |
protected void |
doInit() |
protected void |
doStart() |
protected void |
doStop() |
org.apache.camel.CamelContext |
getCamelContext() |
io.vertx.core.Vertx |
getVertx() |
protected void |
initializeServer() |
protected io.vertx.core.Vertx |
lookupVertx() |
void |
setCamelContext(org.apache.camel.CamelContext context) |
void |
setVertx(io.vertx.core.Vertx vertx) |
protected void |
startServer() |
protected void |
stopServer() |
protected void |
stopVertx() |
build, doBuild, doFail, 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 VertxPlatformHttpServer(VertxPlatformHttpServerConfiguration configuration)
public org.apache.camel.CamelContext getCamelContext()
getCamelContext in interface org.apache.camel.CamelContextAwarepublic void setCamelContext(org.apache.camel.CamelContext context)
setCamelContext in interface org.apache.camel.CamelContextAwarepublic io.vertx.core.Vertx getVertx()
public void setVertx(io.vertx.core.Vertx vertx)
protected void doInit()
throws Exception
doInit in class org.apache.camel.support.service.BaseServiceExceptionprotected 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.BaseServiceExceptionprotected io.vertx.core.Vertx lookupVertx()
protected io.vertx.core.Vertx createVertxInstance()
protected void initializeServer()
protected void startServer()
protected void stopServer()
protected void stopVertx()
Apache Camel