Class ServerServiceDocs.AnnotatedServiceWithMethod

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

@Service("echoService") public class ServerServiceDocs.AnnotatedServiceWithMethod extends Object
  • 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)