* Returns the current faye client object * @method getFayeClient * @memberof StreamFeed.prototype * @access private * @return {Faye.Client} Faye client
()
| 531 | * @return {Faye.Client} Faye client |
| 532 | */ |
| 533 | getFayeClient() { |
| 534 | return this.client.getFayeClient(); |
| 535 | } |
| 536 | |
| 537 | /** |
| 538 | * Subscribes to any changes in the feed, return a promise |
no outgoing calls
no test coverage detected