Interface SBRuntimeServiceLoaderType


public interface SBRuntimeServiceLoaderType
An interface for loading services.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> List<Supplier<T>>
    load(Class<T> clazz)
    Load all services with the given type.