Package org.cometd.documentation.server
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
EchoService
public EchoService()
-
-
Method Details
-
init
-
echo
@Listener("/echo") public void echo(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.server.ServerMessage.Mutable message)
-