Class ServerServiceDocs.ServiceWithSubscriptionMethod

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

@Service("echoService") public class ServerServiceDocs.ServiceWithSubscriptionMethod extends Object
  • Constructor Details

    • ServiceWithSubscriptionMethod

      public ServiceWithSubscriptionMethod()
  • Method Details

    • echo

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