extwitter v0.7.1 ExTwitter.API.Streaming

Provides streaming API interfaces.

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

Functions

is_empty_message(part)
is_end_of_message(part)
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]).

stream_filter(options, timeout \\ 60000)
stream_sample(options \\ [])

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

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