public interface StreamClient
| Modifier and Type | Method and Description |
|---|---|
Feed |
newFeed(String feedSlug,
String id)
Get a new instance of the Feed.
|
void |
shutdown()
Send the shutdown signal to the client.
|
Feed newFeed(String feedSlug, String id) throws InvalidFeedNameException
feedSlug - Feed slugid - Feed idInvalidFeedNameException - if the feed name is not validvoid shutdown()
throws IOException
IOException - in case of network/socket exceptionsCopyright © 2017. All rights reserved.