Skip to content

Latest commit

 

History

History
99 lines (50 loc) · 2.71 KB

couchbeam_changes_stream.md

File metadata and controls

99 lines (50 loc) · 2.71 KB

Module couchbeam_changes_stream

Function Index

collect_object/2
handle_event/2
init/1
init_stream/5
maybe_continue/1
maybe_continue_decoding/1
start_link/4
system_code_change/4
system_continue/3
system_terminate/4
wait_reconnect/1
wait_results/2
wait_results1/2

Function Details

collect_object/2

collect_object(X1, X2) -> any()

handle_event/2

handle_event(Event, St) -> any()

init/1

init(X1) -> any()

init_stream/5

init_stream(Parent, Owner, StreamRef, Db, Options) -> any()

maybe_continue/1

maybe_continue(State) -> any()

maybe_continue_decoding/1

maybe_continue_decoding(State) -> any()

start_link/4

start_link(Owner, StreamRef, Db, Options) -> any()

system_code_change/4

system_code_change(Misc, X2, X3, X4) -> any()

system_continue/3

system_continue(X1, X2, X3) -> any()

system_terminate/4


system_terminate(Reason::any(), X2::term(), X3::term(), State::term()) -> no_return()

wait_reconnect/1

wait_reconnect(State) -> any()

wait_results/2

wait_results(X1, St) -> any()

wait_results1/2

wait_results1(X1, X2) -> any()