Bowie v0.0.0-alpha Bowie.Changes View Source

Supporting module for Bowie to provide a separate mailbox queue for received changes independent of the ibrowse worker that does the actual work. This is the functionality you override with your own handle_change functionality.

Link to this section Summary

Link to this section Functions

Link to this function code_change(old, state, extra) View Source

Callback implementation for ChangesFollower.code_change/3.

Link to this function handle_call(request, from, state) View Source

Callback implementation for ChangesFollower.handle_call/3.

Link to this function handle_cast(request, state) View Source

Callback implementation for ChangesFollower.handle_cast/2.

Link to this function handle_change(change, state) View Source

Callback implementation for ChangesFollower.handle_change/2.

Link to this function handle_error(error, state) View Source

Callback implementation for ChangesFollower.handle_error/2.

Callback implementation for ChangesFollower.handle_info/2.

Callback implementation for ChangesFollower.init/1.

Link to this function terminate(reason, state) View Source

Callback implementation for ChangesFollower.terminate/2.