Companion

object Companion

Properties

Link copied to clipboard
private lateinit var currentContext: KClass<*>

currentContext The current active context where a retrieverScope is executing its workflow

Functions

Link copied to clipboard

Method used to get the current active context where the retrieverScope is executing

Link copied to clipboard
fun setActiveContext(currentContext: KClass<*>)

Method used to set the current active context where the retrieverScope is executing