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
Retrieves the compile time part of the connection configuration.
Link to this function
runtime(otp_app, conn, keys, defaults \\ []) View Source
Retrieves the runtime connection configuration for conn
in otp_app
.