Interface IRequiredServiceFetcher


  • public interface IRequiredServiceFetcher
    Interface for fetching required services.
    • Method Detail

      • getService

        <T> IFuture<T> getService​(RequiredServiceInfo info)
        Get a required service.
        Parameters:
        info - The service info.
        provider - The provider.
        rebind - Flag if should be rebound.
      • getLastService

        <T> T getLastService()
        Get the result of the last search.
      • getLastServices

        <T> java.util.Collection<T> getLastServices()
        Get the result of the last search.