Skip to main content

BaseService

Stentor API Reference


Stentor API Reference / stentor-models/src / BaseService

Interface: BaseService

Defined in: packages/stentor-models/src/Services/BaseService.ts:3

Properties​

name?​

optional name: string

Defined in: packages/stentor-models/src/Services/BaseService.ts:7

Service name


timeout?​

optional timeout: number

Defined in: packages/stentor-models/src/Services/BaseService.ts:11

Timeout


retryAttempts?​

optional retryAttempts: number

Defined in: packages/stentor-models/src/Services/BaseService.ts:15

How many attempts to make on the API


logs?​

optional logs: boolean

Defined in: packages/stentor-models/src/Services/BaseService.ts:19

Log information from the service