Behaviours: gen_server.
| request_id/0 | Fresh request id. |
| object_id/0 | Fresh object id. |
| start_link/0 | |
| handle_call/3 |
request_id() -> pos_integer()
Fresh request id
object_id() -> bson:objectid()
Fresh object id
start_link() -> {ok, pid()}
handle_call(X1, From, State) -> any()
Generated by EDoc