retort v2.7.0 Retort.Server.Generic.Callback View Source

Tracks data about implementation of Retort.Server.Generic behaviour.

Link to this section Summary

Types

t()
  • module - implements Retort.Server.Generic behavior
  • state - state for module, NOT the state for Retort.Server.Generic process, although module is free to include parts or a copy of Retort.Server.Generic.t if it wants

Link to this section Types

Link to this type t() View Source
t() :: %Retort.Server.Generic.Callback{module: module(), state: any()}
  • module - implements Retort.Server.Generic behavior
  • state - state for module, NOT the state for Retort.Server.Generic process, although module is free to include parts or a copy of Retort.Server.Generic.t if it wants.