Interface CometdProducerConsumer

All Known Implementing Classes:
CometdConsumer, CometdProducer

public interface CometdProducerConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the endpoint
    void
    setBayeux(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.