externalContext

fun <T> externalContext(externalContextName: String): T(source)

Returns the external context with name externalContextName available to the computation.

Throws

If the external context could not be found.

If no external context with key externalContextName was defined in the computation.