@Path(value="async/messaging/blocking") @Produces(value="text/plain") @Consumes(value="text/plain") public class BlockingPostChatResource extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
POST_NOTIFICATION_RESPONSE |
| Constructor and Description |
|---|
BlockingPostChatResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
pickUpMessage(AsyncResponse ar,
String messageId) |
void |
postMessage(AsyncResponse ar,
String message) |
public static final String POST_NOTIFICATION_RESPONSE
@GET public void pickUpMessage(@Suspended AsyncResponse ar, @QueryParam(value="id") String messageId)
@POST public void postMessage(@Suspended AsyncResponse ar, String message)
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.