public class WebsocketProducer extends org.apache.camel.impl.DefaultProducer implements WebsocketProducerConsumer
| Constructor and Description |
|---|
WebsocketProducer(WebsocketEndpoint endpoint,
WebsocketStore store) |
| Modifier and Type | Method and Description |
|---|---|
void |
doStart() |
void |
doStop() |
WebsocketEndpoint |
getEndpoint()
Gets the endpoint
|
void |
process(org.apache.camel.Exchange exchange) |
createExchange, createExchange, createExchange, isSingleton, toStringdoResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic WebsocketProducer(WebsocketEndpoint endpoint, WebsocketStore store)
public void process(org.apache.camel.Exchange exchange)
throws Exception
process in interface org.apache.camel.ProcessorExceptionpublic WebsocketEndpoint getEndpoint()
WebsocketProducerConsumergetEndpoint in interface WebsocketProducerConsumergetEndpoint in interface org.apache.camel.EndpointAwaregetEndpoint in class org.apache.camel.impl.DefaultProducerpublic void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultProducerExceptionApache Camel