Class ServerServiceDocs.ServiceWithSubscriptionMethod

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

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

    Constructors
    Constructor Description
    ServiceWithSubscriptionMethod()  
  • Method Summary

    Modifier and Type Method Description
    void echo​(org.cometd.bayeux.Message message)  

    Methods inherited from class java.lang.Object

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

    • ServiceWithSubscriptionMethod

      public ServiceWithSubscriptionMethod()
  • Method Details

    • echo

      @Subscription("/echo") public void echo​(org.cometd.bayeux.Message message)