Instream v0.20.0 Instream.Connection.Config View Source

Configuration helper module.

Link to this section Summary

Functions

Retrieves the compile time part of the connection configuration.

Retrieves the runtime connection configuration for conn in otp_app.

Link to this section Functions

Link to this function

compile_time(otp_app, conn, defaults \\ []) View Source
compile_time(atom(), module(), Keyword.t()) :: Keyword.t()

Retrieves the compile time part of the connection configuration.

Link to this function

runtime(otp_app, conn, keys, defaults \\ []) View Source
runtime(atom(), module(), nil | [term(), ...], Keyword.t()) :: Keyword.t()

Retrieves the runtime connection configuration for conn in otp_app.