Module syn_backbone

Behaviours: gen_server.

Function Index

code_change/3
get_anti_entropy_settings/1
get_event_handler_module/0
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/0
terminate/2

Function Details

code_change/3

code_change(OldVsn::any(), State::#state{}, Extra::any()) -> {ok, #state{}}

get_anti_entropy_settings/1

get_anti_entropy_settings(Module::registry | groups) -> {IntervalMs::non_neg_integer() | undefined, IntervalMaxDeviationMs::non_neg_integer() | undefined}

get_event_handler_module/0

get_event_handler_module() -> module()

handle_call/3

handle_call(Request::any(), From::any(), State::#state{}) -> {reply, Reply::any(), #state{}} | {reply, Reply::any(), #state{}, Timeout::non_neg_integer()} | {noreply, #state{}} | {noreply, #state{}, Timeout::non_neg_integer()} | {stop, Reason::any(), Reply::any(), #state{}} | {stop, Reason::any(), #state{}}

handle_cast/2

handle_cast(Msg::any(), State::#state{}) -> {noreply, #state{}} | {noreply, #state{}, Timeout::non_neg_integer()} | {stop, Reason::any(), #state{}}

handle_info/2

handle_info(Info::any(), State::#state{}) -> {noreply, #state{}} | {noreply, #state{}, Timeout::non_neg_integer()} | {stop, Reason::any(), #state{}}

init/1

init(X1::[]) -> {ok, #state{}} | {ok, #state{}, Timeout::non_neg_integer()} | ignore | {stop, Reason::any()}

start_link/0

start_link() -> {ok, pid()} | {error, any()}

terminate/2

terminate(Reason::any(), State::#state{}) -> terminated


Generated by EDoc