Summary
Functions
Sends a request to the symbiont handler and waits for a response.
Functions
@spec call(OrchidSymbiont.Handler.t(), term(), timeout()) :: any()
Sends a request to the symbiont handler and waits for a response.
@spec preload( [OrchidSymbiont.Step.symbiont_name()] | OrchidSymbiont.Step.symbiont_name() ) :: :ok
@spec register( OrchidSymbiont.Step.symbiont_name(), {module(), any()} ) :: :ok
@spec register(binary(), OrchidSymbiont.Step.symbiont_name(), {module(), any()}) :: :ok