Class ServerServiceIntegrationSpringDocs.EchoService

java.lang.Object
org.cometd.documentation.server.ServerServiceIntegrationSpringDocs.EchoService
Enclosing class:
ServerServiceIntegrationSpringDocs

@Named
@Singleton
@Service("echoService")
public class ServerServiceIntegrationSpringDocs.EchoService
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    EchoService()  
  • Method Summary

    Modifier and Type Method Description
    void echo​(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.server.ServerMessage.Mutable message)  
    void init()  

    Methods inherited from class java.lang.Object

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

    • EchoService

      public EchoService()
  • Method Details

    • init

      @PostConstruct public void init()
    • echo

      @Listener("/echo") public void echo​(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.server.ServerMessage.Mutable message)