public class VertxPlatformHttpConsumer
extends org.apache.camel.support.DefaultConsumer
Consumer for the PlatformHttpEngine
based on Vert.x Web.| Constructor and Description |
|---|
VertxPlatformHttpConsumer(org.apache.camel.component.platform.http.PlatformHttpEndpoint endpoint,
org.apache.camel.Processor processor,
List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>> handlers) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInit() |
protected void |
doResume() |
protected void |
doStart() |
protected void |
doStop() |
protected void |
doSuspend() |
org.apache.camel.component.platform.http.PlatformHttpEndpoint |
getEndpoint() |
createUoW, doneUoW, getAsyncProcessor, getExceptionHandler, getProcessor, getRoute, getRouteId, handleException, handleException, setExceptionHandler, setRoute, setRouteId, toStringbuild, doBuild, doFail, doLifecycleChange, doShutdown, 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, wait, wait, waitpublic VertxPlatformHttpConsumer(org.apache.camel.component.platform.http.PlatformHttpEndpoint endpoint,
org.apache.camel.Processor processor,
List<io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>> handlers)
public org.apache.camel.component.platform.http.PlatformHttpEndpoint getEndpoint()
getEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.support.DefaultConsumerprotected void doInit()
throws Exception
doInit in class org.apache.camel.support.DefaultConsumerExceptionprotected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultConsumerExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.support.DefaultConsumerExceptionprotected void doSuspend()
throws Exception
doSuspend in class org.apache.camel.support.service.BaseServiceExceptionApache Camel