View Source Eventize.EventSourcedProcess.Cleanup behaviour (eventize v0.1.0)

A module that impliments the cleanup for a Eventize.EventSourcedProcess.

Link to this section Summary

Link to this section Callbacks

Link to this callback

cleanup(term, term)

View Source (optional)
@callback cleanup(term(), term()) :: list() | term()
Link to this callback

cleanup(term, term, map)

View Source (optional)
@callback cleanup(term(), term(), map()) :: list() | term()

Link to this section Functions

Link to this function

run_cleanup(continuation, current_return, process_state)

View Source