retort v1.3.0 Retort.Server.Generic.Callback

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

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

Types

t()
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.