R
- The type of the service initiated.public interface StandardServiceInitiator<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 © 2016 JBoss by Red Hat. All rights reserved.