Skip to content

[F] createSdkContext

function createSdkContext<TOptions, TServiceOperation>(
context,
emitterName?,
options?): Promise<SdkContext<TOptions, TServiceOperation>>;
Type ParameterDefault type
TOptions extends Record<string, any>BrandedSdkEmitterOptionsInterface
TServiceOperation extends SdkHttpOperationSdkHttpOperation
ParameterType
contextEmitContext<TOptions>
emitterName?string
options?CreateSdkContextOptions

Promise<SdkContext<TOptions, TServiceOperation>>