Packages

Sagas pattern implementation for distributed or long lived transactions and their error handling.

Current section

Files

Jump to
sage lib sage inspect.ex
Raw

lib/sage/inspect.ex

# defimpl Inspect, for: Sage do
# def inspect(sage, _opts) do
# """
# #Sage{
# operations:
# -
# finally: #{inspect(sage.finally),
# on_error
# }
# """
# IO.inspect sage
# end
# defp inspect_operation()
# end