[#28] adding the handle_message function in docs

This commit is contained in:
Felipe Ripoll 2018-05-16 08:42:14 -06:00
parent ff3465b1af
commit debaf9c866
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ defmodule POAAgent.Plugins.Transfer do
{:ok, :no_state}
end
def handle_message(_message, state) doe
{:ok, state}
end
def terminate(_state) do
:ok
end