barrel_p2p_service_proxy (barrel_p2p v0.1.0)

View Source

Summary

Functions

handle_call(Request, From, State)

handle_cast(Request, State)

handle_info(Info, State)

init(_)

relay(Name, TargetNode, Request)

-spec relay(atom() | binary(), node(), term()) -> term().

relay(Name, TargetNode, Request, Ctx)

-spec relay(atom() | binary(), node(), term(), map()) -> term().

start_link(Name, TargetNode)

-spec start_link(atom() | binary(), node()) -> {ok, pid()} | {error, term()}.

terminate(Reason, State)