Packages

package streaming

Type Members

  1. final case class TwitterStream(consumerToken: ConsumerToken, accessToken: AccessToken)(killSwitch: KillSwitch, request: HttpRequest, system: ActorSystem) extends StreamingClients with LazyLogging with Product with Serializable

    Represents a twitter stream operation.

    Represents a twitter stream operation. It can be used to close the stream on demand or to replace the current stream with another twitter stream.

Ungrouped