Current section

Files

Jump to
commanded test process_managers support null_handler.ex
Raw

test/process_managers/support/null_handler.ex

defmodule Commanded.ProcessManagers.NullHandler do
@moduledoc false
@behaviour Commanded.Commands.Handler
def handle(_aggregate, _command), do: []
end