Package org.cometd.documentation.server
Class ServerLazyMessagesDocs.LazyService
java.lang.Object
org.cometd.documentation.server.ServerLazyMessagesDocs.LazyService
- Enclosing class:
- ServerLazyMessagesDocs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setupChatChannel(org.cometd.bayeux.server.ConfigurableServerChannel channel)
void
setupNewsChannel(org.cometd.bayeux.server.ConfigurableServerChannel channel)
-
Constructor Details
-
LazyService
public LazyService()
-
-
Method Details
-
setupNewsChannel
@Configure("/news") public void setupNewsChannel(org.cometd.bayeux.server.ConfigurableServerChannel channel) -
setupChatChannel
@Configure("/chat") public void setupChatChannel(org.cometd.bayeux.server.ConfigurableServerChannel channel)
-