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