Class FireAndForgetChatResource

java.lang.Object
org.glassfish.jersey.examples.server.async.FireAndForgetChatResource

@Path("async/messaging/fireAndForget") @Produces("text/plain") @Consumes("text/plain") public class FireAndForgetChatResource 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