Skip to content

Instantly share code, notes, and snippets.

@jfarcand
Created February 28, 2014 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfarcand/9274916 to your computer and use it in GitHub Desktop.
Save jfarcand/9274916 to your computer and use it in GitHub Desktop.
@ManagedService(path = "/pubsub{uc:/[A-Z]{3}[0-9]{4}}")
public class EventSocket {
@Message
public void onMessage(AtmosphereResponse response, String message) throws IOException {
response.write(message);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment