@Named @Singleton @Service(value="echoService") public class ServerServiceIntegrationSpringDocs.EchoService extends Object
Constructor and Description |
---|
EchoService() |
Modifier and Type | Method and Description |
---|---|
void |
echo(org.cometd.bayeux.server.ServerSession remote,
org.cometd.bayeux.server.ServerMessage.Mutable message) |
void |
init() |
@PostConstruct public void init()
@Listener(value="/echo") public void echo(org.cometd.bayeux.server.ServerSession remote, org.cometd.bayeux.server.ServerMessage.Mutable message)
Copyright © 2008–2023 The CometD Project. All rights reserved.