接口 StandardServiceInitiator<R extends Service>

    • 方法详细资料

      • initiateService

        R initiateService​(Map configurationValues,
                          ServiceRegistryImplementor registry)
        Initiates the managed service.
        参数:
        configurationValues - The configuration values in effect
        registry - The service registry. Can be used to locate services needed to fulfill initiation.
        返回:
        The initiated service.