Noizu.Service.NodeManager.ConfigurationManagerBehaviour behaviour (NoizuLabs Services v0.1.1)

Summary

Callbacks

@callback cache(term()) :: {:ok, term()}
Link to this callback

cache(node, term)

@callback cache(node(), term()) :: {:ok, term()}
@callback cached() :: {:ok, term()}
@callback cached(node()) :: {:ok, term()}
Link to this callback

configuration()

@callback configuration() :: {:ok, term()}
Link to this callback

configuration(node)

@callback configuration(node()) :: {:ok, term()}

Functions

Link to this macro

cluster_service(args \\ [])

(macro)
Link to this macro

cluster_service(record, args)

(macro)
Link to this macro

node_service(args \\ [])

(macro)
Link to this macro

node_service(record, args)

(macro)
Link to this macro

target_window(args \\ [])

(macro)
Link to this macro

target_window(record, args)

(macro)