Class CometdConsumer.ConsumerService

  • Enclosing class:
    CometdConsumer

    public static class CometdConsumer.ConsumerService
    extends org.cometd.server.AbstractService
    • Field Summary

      • Fields inherited from class org.cometd.server.AbstractService

        _logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void push​(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.server.ServerMessage cometdMessage)  
      • Methods inherited from class org.cometd.server.AbstractService

        addService, doInvoke, exception, getBayeux, getLocalSession, getName, getServerSession, getThreadPool, isSeeOwnPublishes, removeService, removeService, send, setSeeOwnPublishes, setThreadPool
    • Constructor Detail

      • ConsumerService

        public ConsumerService​(String channel,
                               org.cometd.server.BayeuxServerImpl bayeux,
                               CometdConsumer consumer)
    • Method Detail

      • push

        public void push​(org.cometd.bayeux.server.ServerSession remote,
                         org.cometd.bayeux.server.ServerMessage cometdMessage)
                  throws Exception
        Throws:
        Exception