Verifying arguments

Which of these callbacks can be used to verify the arguments given to the provider and prepare the state that will be given to load/2?

Options
  1. init/1
  2. init/3
  3. link/3
  4. spawn/1

Related Posts