honeydew v1.2.1 Honeydew.Worker behaviour View Source
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Callbacks
Invoked when the worker starts up for the first time
Invoked when init/1
returns anything other than {:ok, state}
or raises an error
Link to this section Types
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this section Callbacks
Invoked when the worker starts up for the first time.
Invoked when init/1
returns anything other than {:ok, state}
or raises an error