| Modifier and Type | Method and Description |
|---|---|
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,
org.fanout.pubcontrol.PublishCallback callback)
Asynchronously 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.
|
Copyright © 2015. All rights reserved.