-
HttpResponseFormat型のパラメータを持つorg.fanout.gripcontrolのメソッド
| 修飾子とタイプ |
メソッド |
説明 |
void |
GripPubControl.publishHttpResponse(List<String> channels,
HttpResponseFormat format) |
Synchronously publish an HTTP response format message.
|
void |
GripPubControl.publishHttpResponse(List<String> channels,
HttpResponseFormat format,
String id,
String prevId) |
Synchronously publish an HTTP response format message
|
void |
GripPubControl.publishHttpResponseAsync(List<String> channels,
HttpResponseFormat format,
String id,
String prevId,
org.fanout.pubcontrol.PublishCallback callback) |
Asynchronously publish an HTTP response format message.
|
void |
GripPubControl.publishHttpResponseAsync(List<String> channels,
HttpResponseFormat format,
org.fanout.pubcontrol.PublishCallback callback) |
Asynchronously publish an HTTP response format message.
|