Interface StandardServiceInitiator<R extends Service>

    • Method Detail

      • initiateService

        R initiateService​(Map<String,​Object> configurationValues,
                          ServiceRegistryImplementor registry)
        Initiates the managed service.
        Parameters:
        configurationValues - The configuration values in effect
        registry - The service registry. Can be used to locate services needed to fulfill initiation.
        Returns:
        The initiated service.