Package com.io7m.sunburst.runtime
Interface SBRuntimeServiceLoaderType
public interface SBRuntimeServiceLoaderType
An interface for loading services.
-
Method Summary
-
Method Details
-
load
Load all services with the given type.- Type Parameters:
T- The type of service- Parameters:
clazz- The service type- Returns:
- A list of service providers
- Throws:
ServiceConfigurationError- On errors- See Also:
-