Package org.cometd.documentation.server
Class ServerServiceDocs.AnnotatedServiceWithMethod
java.lang.Object
org.cometd.documentation.server.ServerServiceDocs.AnnotatedServiceWithMethod
- Enclosing class:
- ServerServiceDocs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
echo
(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.server.ServerMessage.Mutable message)
-
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)
-