Interface IBootstrapFactory

  • All Superinterfaces:
    IComponentFactory

    public interface IBootstrapFactory
    extends IComponentFactory
    Interface for bootstrap component factories, i.e. factories that are used at startup time of the platform.
    • Method Detail

      • startService

        jadex.commons.future.IFuture<java.lang.Void> startService​(IInternalAccess component,
                                                                  IResourceIdentifier rid)
        Start the service. Is called via the component management service startup. Allows to initialize the service with a valid service provider.
        Parameters:
        component - The component.
        rid - The resource identifier.