Skip to main content

@webda/coreReadme | API


Class: ConfigurationServiceParameters

Interface to specify the Service parameters

Extends

Constructors

new ConfigurationServiceParameters(params)

new ConfigurationServiceParameters(params): ConfigurationServiceParameters

Parameters

params: any

Returns

ConfigurationServiceParameters

Overrides

ServiceParameters.constructor

Source

packages/core/src/services/configuration.ts:39

Properties

checkInterval?

checkInterval?: number

Check configuration every {checkInterval} seconds

Source

packages/core/src/services/configuration.ts:30


default

default: any

Default configuration to use

Source

packages/core/src/services/configuration.ts:38


openapi?

openapi?: OpenAPIWebdaDefinition

OpenAPI override

Schema Ignore

Inherited from

ServiceParameters.openapi

Source

packages/core/src/services/service.ts:260


source

source: string

Format sourceServiceName:sourceId

Source

packages/core/src/services/configuration.ts:34


type

type: string

Type of the service

Inherited from

ServiceParameters.type

Source

packages/core/src/services/service.ts:251


url?

url?: string

URL on which to serve the content

Inherited from

ServiceParameters.url

Source

packages/core/src/services/service.ts:255