Skip to content

Latest commit

 

History

History
88 lines (51 loc) · 2.06 KB

server.serverserviceinterface-1.md

File metadata and controls

88 lines (51 loc) · 2.06 KB

Serendip Framework > Server > ServerServiceInterface

Interface: ServerServiceInterface

@module Server

Hierarchy

ServerServiceInterface

Implemented by

Index

Properties

Methods


Properties

<Optional> dependencies

● dependencies: string[]

Defined in src/server/ServerServiceInterface.ts:10


<Optional> options

● options: any

Defined in src/server/ServerServiceInterface.ts:13


Methods

<Optional> configure

configure(options: any): void

Defined in src/server/ServerServiceInterface.ts:16

Parameters:

Name Type
options any

Returns: void


<Optional> start

start(): Promise<any>

Defined in src/server/ServerServiceInterface.ts:7

Returns: Promise<any>