Lifestyle Specification
Strategy | Description |
singleton | A single instance of the component type will be shared by all consumers. |
thread | A new instance of the component will be created relative to each distinct thread. |
transient | New instance of the component are created on a per request basis. |