Interface CometdProducerConsumer
- All Known Implementing Classes:
CometdConsumer,CometdProducer
public interface CometdProducerConsumer
-
Method Summary
Modifier and TypeMethodDescriptionGets the endpointvoidsetBayeux(org.cometd.server.BayeuxServerImpl bayeux) Sets the bayeux to use.
-
Method Details
-
getEndpoint
CometdEndpoint getEndpoint()Gets the endpoint -
setBayeux
void setBayeux(org.cometd.server.BayeuxServerImpl bayeux) Sets the bayeux to use.
-