Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServiceDescription

A description of a service.

Hierarchy

  • ServiceDescription

Index

Constructors

constructor

Properties

behaviors

behaviors: ServiceBehavior[]

A list of behaviors that can extend the service.

disableMissingMetadataError

disableMissingMetadataError: boolean

Must be set to true when type metadata is not available. For example, when using plain JavaScript. By default an error is raised if type metadata is not available.

endpoints

endpoints: EndpointDescription[]

A list of endpoints for the service.

name

name: string

The name of the service.

serviceType

serviceType: Type

Metadata information for the concrete type that implements the service.

Methods

addEndpoint

Generated using TypeDoc