Circlex v0.1.6
  • Pages
  • Modules
  • Mix Tasks

    View Source Circlex.Emulator.State (Circlex v0.1.6)

    Link to this section Summary

    Functions

    check_idempotency_key(idempotency_key)
    child_spec(init_arg)

    Returns a specification to start this module under a supervisor.

    get_in(keys, default \\ nil)
    get_st(mfa_or_fn, keys \\ [], filter_fn \\ nil)
    next(type)
    persist(persistor)
    put_in(keys, val)
    restore_state(json)
    serialize_state()
    start_link(opts \\ [])
    update_st(mfa_or_fn, keys \\ [], filter_fn \\ nil)

    Link to this section Functions

    Link to this function

    check_idempotency_key(idempotency_key)

    View Source
    Link to this function

    child_spec(init_arg)

    View Source

    Returns a specification to start this module under a supervisor.

    See Supervisor.

    Link to this function

    get_in(keys, default \\ nil)

    View Source
    Link to this function

    get_st(mfa_or_fn, keys \\ [], filter_fn \\ nil)

    View Source
    Link to this function

    next(type)

    View Source
    Link to this function

    persist(persistor)

    View Source
    Link to this function

    put_in(keys, val)

    View Source
    Link to this function

    restore_state(json)

    View Source
    Link to this function

    serialize_state()

    View Source
    Link to this function

    start_link(opts \\ [])

    View Source
    Link to this function

    update_st(mfa_or_fn, keys \\ [], filter_fn \\ nil)

    View Source

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.28.4) for the Elixir programming language