Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IServiceDefinitions

The IServiceDefinitions interface serves as a mapping between service names and service types. This interface is intended to be augmented by modules that define and/or use specific services. This allows performing service publishing and subscribing in type-safe manner.

Hierarchy

  • IServiceDefinitions

Index

Properties

Properties

StdErrorHandling

StdErrorHandling: IErrorHandlingService

Built-in error handling service.

any

any: any

Built-in service for lazy people - can be used for quick prototypes without the need to augment the interface.

Generated using TypeDoc