Packages

This is not production ready yet but I want your feedback.

Current section

Files

Jump to
cqrs_events lib cqrs events handler.ex
Raw

lib/cqrs/events/handler.ex

defmodule Cqrs.Events.Handler do
@callback handle_event(any, any) :: any
end