Interface IBootstrapFactory

    • Method Detail

      • startService

        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.