Package org.cometd.documentation.server
Class ServerServiceDocs.ServiceWithAnnotatedChannel
java.lang.Object
org.cometd.documentation.server.ServerServiceDocs.ServiceWithAnnotatedChannel
- Enclosing class:
- ServerServiceDocs
@Service("echoService")
public class ServerServiceDocs.ServiceWithAnnotatedChannel
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ServiceWithAnnotatedChannel()
-
Method Summary
Modifier and Type Method Description void
configure(org.cometd.bayeux.server.ConfigurableServerChannel channel)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ServiceWithAnnotatedChannel
public ServiceWithAnnotatedChannel()
-
-
Method Details
-
configure
@Configure("/echo") public void configure(org.cometd.bayeux.server.ConfigurableServerChannel channel)
-