Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerOptions

Hierarchy

  • BaseServerOptions
    • ServerOptions

Index

Properties

Optional bindToProcess

bindToProcess: boolean

Enables process event binding for graceful shutdown in SIGINT and SIGTERM interruptions

Optional children

children: Component[]

Optional logger

logger: LoggerInstance

Optional name

name: string

port

port: string | number

The port to bind to server instance and listen to HTTP requests

Optional repl

repl: ReplServer

The REPL console instance to bind to the server instance

Optional request

Optional router

Optional security

Optional sentry

sentry: object

Type declaration

  • dsn: string

Optional startup

startup: object

Type declaration

  • pipeline: Job[]