Search
Use this module to define a handler.
A handler should implement the handle/1 callback.
handle/1
@callback handle( event :: %Seqy.Event{ action: term(), args: term(), id: term(), queue_id: term(), topic: term() } ) :: any()