Fork me on GitHub

Service Lifecycle

The service lifecycle contains of a bunch of interfaces covering the following aspects of a service

These interfaces are the contract between your service implementation and the service container. And this is the reason why we can deploy a service implementation using different service framework implementations such as Excalibur or Merlin.