public interface InjectionServicesProvider
Java
ServiceLoader provider interface to find implementation of InjectionServices.-
Method Summary
Modifier and TypeMethodDescriptionProvide theInjectionServices implementation given the provided primordialBootstrapconfiguration instance.
-
Method Details
-
services
Provide theInjectionServices implementation given the provided primordialBootstrapconfiguration instance.- Parameters:
bootstrap- the primordial bootstrap configuration- Returns:
- services instance configured with the provided bootstrap instance
-