View Source Pistis.Machine behaviour (pistis v0.1.1)

Link to this section Summary

Link to this section Types

@type machine_state() :: any()

Link to this section Callbacks

@callback initial_state() :: machine_state()
Link to this callback

process_command(t, machine_state)

View Source
@callback process_command(Pistis.Request.t(), machine_state()) :: Pistis.Response.t()