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 during the computation.

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