Twittex v0.2.0 Twittex.Client.Stream

Twitter streaming endpoint.

It implements a GenStage source providing low latency access to Twitter’s global stream of Tweet data.

See Twittex.Client.Base.stage/6 for more information.

Summary

Functions

Starts the process linked to the current state

Stops the stage with the given reason

See Experimental.GenStage.stop/2

See Experimental.GenStage.stop/3

Functions

start_link(options \\ [])

Specs

start_link(Keyword.t) :: GenServer.on_start

Starts the process linked to the current state.

stop(stage)

Stops the stage with the given reason.

See GenStage.stop/1 for more information.

stop(stage, reason)

See Experimental.GenStage.stop/2.

stop(stage, reason, timeout)

See Experimental.GenStage.stop/3.