Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MachinatApp<Platform, Context>

Type parameters

Hierarchy

  • MachinatApp

Index

Constructors

Properties

config: AppConfig<Platform>
serviceSpace: ServiceSpace

Accessors

  • get isStarted(): boolean

Methods

  • onError(listener: ErrorListenable): MachinatApp<Platform, Context>
  • onEvent(listener: EventListenable<Context>): MachinatApp<Platform, Context>
  • removeErrorListener(listener: ErrorListenable): boolean
  • removeEventListener(listener: EventListenable<Context>): boolean
  • start(): Promise<void>
  • stop(): Promise<void>

Generated using TypeDoc