Member Junction
    Preparing search index...
    SteelClientFactory: (config?: Record<string, unknown>) => ISteelClient

    A factory that constructs an ISteelClient for a session — the dependency-injection seam. Production supplies a factory that builds the real steel-sdk adapter from resolved config; tests supply one that returns a FakeSteelClient.

    Type Declaration

      • (config?: Record<string, unknown>): ISteelClient
      • Parameters

        • Optionalconfig: Record<string, unknown>

          The resolved provider/session configuration (region, credential refs already resolved upstream).

        Returns ISteelClient

        The Steel client instance the driver creates and drives sessions with.