Class DefaultMessagingService

Contribution for hooking into the backend lifecycle:

  • initialize()
  • configure(expressApp)
  • onStart(httpServer)
  • onStop()

Implements

Constructors

Properties

channelHandlers: ConnectionHandlers<Channel> = ...
connectionModules: ContributionProvider<ContainerModule>
container: Container
frontendConnectionService: FrontendConnectionService

Methods