public interface BasicServiceInitiator<R extends Service> extends ServiceInitiator<R>
ServiceRegistry
Modifier and Type | Method and Description |
---|---|
R |
initiateService(Map configurationValues,
ServiceRegistryImplementor registry)
Initiates the managed service.
|
getServiceInitiated
R initiateService(Map configurationValues, ServiceRegistryImplementor registry)
configurationValues
- The configuration values in effectregistry
- The service registry. Can be used to locate services needed to fulfill initiation.Copyright © 2018 JBoss by Red Hat. All rights reserved.