View Source Octopus.ElixirModuleClient (octopus v0.5.1)

A client for defining elixir modules in runtime.

Link to this section Summary

Link to this section Functions

Link to this function

call(args, configs, state)

View Source
@spec call(map(), map(), any()) :: {:ok, map()} | no_return()
Link to this function

start(args, configs, service_name)

View Source
@spec start(map(), map(), map()) :: {:ok, String.t()} | no_return()
Link to this function

stop(args, configs, state)

View Source