Class ChatResource


  • @Path("chat")
    @Produces("application/json")
    public class ChatResource
    extends Object
    Example of a simple fire&forget point-to-point messaging resource. This version of the messaging resource does not block when POSTing a new message.
    Author:
    Marek Potociar