Interface: BaseFrameworkClientRuntimeOptions
Defined in: service-framework-client/src/contracts.ts:142
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
autoStart? | readonly | boolean | service-framework-client/src/contracts.ts:143 |
environment? | readonly | IEnvironmentDescriptor | service-framework-client/src/contracts.ts:144 |
environmentOptions? | readonly | BaseFrameworkClientEnvironmentOptions | service-framework-client/src/contracts.ts:145 |
profile? | readonly | ServiceProfile | service-framework-client/src/contracts.ts:146 |
profileOptions? | readonly | BaseFrameworkClientProfileOptions | service-framework-client/src/contracts.ts:147 |
scheduler? | readonly | IScheduler | service-framework-client/src/contracts.ts:148 |