Class CometdConsumer.ConsumerService

java.lang.Object
org.cometd.server.AbstractService
org.apache.camel.component.cometd.CometdConsumer.ConsumerService
Enclosing class:
CometdConsumer

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

    Constructors
    Constructor
    Description
    ConsumerService(String channel, org.cometd.server.BayeuxServerImpl bayeux, CometdConsumer consumer)
     
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConsumerService

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

    • push

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