WithContext

interface WithContext<out C : Any>

Indicates that the context of a retrieval is accessible.

Parameters

C

The type of the context

Properties

context
Link copied to clipboard
abstract val context: C

The context that was given at retrieval.

Inheritors

BindingDI
Link copied to clipboard
NoArgBindingDI
Link copied to clipboard