Class ServerServiceDocs.AnnotatedServiceWithMethod

java.lang.Object
org.cometd.documentation.server.ServerServiceDocs.AnnotatedServiceWithMethod
Enclosing class:
ServerServiceDocs

@Service("echoService")
public class ServerServiceDocs.AnnotatedServiceWithMethod
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    AnnotatedServiceWithMethod()  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • AnnotatedServiceWithMethod

      public AnnotatedServiceWithMethod()
  • Method Details

    • echo

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