extwitter v0.11.0 ExTwitter.API.Streaming

Provides streaming API interfaces.

Link to this section Summary

Functions

An interface to control the stream which keeps running infinitely. options can be used to specify timeout (ex. [timeout: 10000]).

The default timeout value (in milliseconds) for how long keeps waiting until next message arrives.

Link to this section Functions

Link to this function

is_empty_message(part)

Link to this function

is_end_of_message(part)

Link to this function

stream_control(pid, atom, options \\ [])

An interface to control the stream which keeps running infinitely. options can be used to specify timeout (ex. [timeout: 10000]).

Link to this function

stream_filter(options, timeout \\ 60000)

Link to this function

stream_sample(options \\ [])

The default timeout value (in milliseconds) for how long keeps waiting until next message arrives.

Link to this function

stream_user(options \\ [], timeout \\ 60000)