ExTwitter.API.Streaming

Provides streaming API interfaces.

Summary

stream_control(pid, atom2, 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

Functions

stream_control(pid, atom2, 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.