commit f3dff41eb14c6af626870ba5a97fe167443f76b0
parent 1f6b7bcf801f835c3f1da93f86718c743c0f6061
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 5 Feb 2018 18:23:16 +0100
More doc
Signed-off-by: MTRNord <mtrnord1@gmail.com>
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/main/scala/twitterCrawler/StreamingApi.scala b/src/main/scala/twitterCrawler/StreamingApi.scala
@@ -17,9 +17,13 @@ import scala.concurrent.ExecutionContext.Implicits.global
import scala.concurrent.{Await, Future}
/**
+ *
* StreamingAPI class is the connector for the Twitter Streaming Api
*
* It mainly has the purpose to get Tweets of the users from the Lists and Hashtags defined inside the Config
+ *
+ * @param streamingClient holds the current Client for the Twitter Streaming API
+ * @param restClient holds the current Client for the Twitter Rest API
*/
class StreamingApi(val streamingClient: TwitterStreamingClient,
val restClient: TwitterRestClient) {