public class WebsocketProducer extends org.apache.camel.impl.DefaultProducer implements WebsocketProducerConsumer
| Constructor and Description |
|---|
WebsocketProducer(WebsocketEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
doStart() |
void |
doStop() |
WebsocketEndpoint |
getEndpoint()
Gets the endpoint
|
void |
process(org.apache.camel.Exchange exchange) |
void |
setStore(WebsocketStore store) |
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)
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.DefaultProducerExceptionpublic void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultProducerExceptionpublic void setStore(WebsocketStore store)
Apache Camel