Class ServerServiceIntegrationSpringDocs.EchoService

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

@Named @Singleton @Service("echoService") public class ServerServiceIntegrationSpringDocs.EchoService extends Object
  • 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)