OrchidSymbiont (orchid_symbiont v0.2.7)

Copy Markdown View Source

Summary

Functions

call(handler, request, timeout \\ 5000)

@spec call(OrchidSymbiont.Handler.t(), term(), timeout()) :: any()

Sends a request to the symbiont handler and waits for a response.

preload(names)

register(name, mod_and_args)

@spec register(
  OrchidSymbiont.Step.symbiont_name(),
  {module(), any()}
) :: :ok

register(scope_id, name, mod_and_args)

@spec register(binary(), OrchidSymbiont.Step.symbiont_name(), {module(), any()}) ::
  :ok