Class ServerServiceDocs.ParametrizedService

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

@Service
public class ServerServiceDocs.ParametrizedService
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ParametrizedService()  
  • Method Summary

    Modifier and Type Method Description
    void serviceNews​(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.server.ServerMessage message, java.lang.String category, java.lang.String event)  

    Methods inherited from class java.lang.Object

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

    • ParametrizedService

      public ParametrizedService()
  • Method Details

    • serviceNews

      @Listener("/news/{category}/{event}") public void serviceNews​(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.server.ServerMessage message, @Param("category") java.lang.String category, @Param("event") java.lang.String event)