Other Protocols

The following protocols are available globally.

  • A DependencyResolver allows to create (resolve) instances of services in a configurable way.

    See more

    Declaration

    Swift

    public protocol DependencyResolver
  • A DependencyProvider allows services to be easily integrated (i.e. registered) into a DependencyContainer.

    See more

    Declaration

    Swift

    public protocol DependencyProvider