Current section

Files

Jump to
launchdarkly_server_sdk src ldclient_update_server.erl
Raw

src/ldclient_update_server.erl

%%-------------------------------------------------------------------
%% @doc `ldclient_update_server' module
%%
%% This is a behavior that update processors must implement.
%% @end
%%-------------------------------------------------------------------
-module(ldclient_update_server).
%% `listen' must make the worker start listening for flag and segment updates.
-callback listen(Pid :: pid()) -> ok.