Metreeca Gear
    Preparing search index...

    Type Alias Binding<T>

    Binding: readonly [service: Service<T>, factory: Service<T>]

    Service binding.

    Pairs a service with the factory standing in for it, so that every lookup of the service within an execution created with the pair yields the substitute's instance.

    Type Parameters

    • T extends Defined

      The type of the bound service