@ManagedService(path = "/chat") public class ChatEndpoint { @Get public String onMessage() { return "Hello, World!"; } }