Modifier and Type | Class and Description |
---|---|
class |
CometdConsumer
A Consumer for receiving messages using Cometd and Bayeux protocol.
|
class |
CometdProducer
A Producer to send messages using Cometd and Bayeux protocol.
|
Modifier and Type | Method and Description |
---|---|
void |
CometdComponent.connect(CometdProducerConsumer prodcon)
Connects the URL specified on the endpoint to the specified processor.
|
void |
CometdEndpoint.connect(CometdProducerConsumer prodcons) |
void |
CometdComponent.disconnect(CometdProducerConsumer prodcon)
Disconnects the URL specified on the endpoint from the specified
processor.
|
void |
CometdEndpoint.disconnect(CometdProducerConsumer prodcons) |
Apache Camel