public interface ResourceServiceConfigurator extends ServiceConfigurator
Service using the model of a resource.| Modifier and Type | Method and Description |
|---|---|
default ServiceConfigurator |
configure(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model)
Configures a service using the specified operation context and model.
|
buildgetServiceNamedefault ServiceConfigurator configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
context - an operation context, used to resolve capabilities and expressionsmodel - the resource modelorg.jboss.as.controller.OperationFailedException - if there was a failure reading the model or resolving expressions/capabilitiesCopyright © 2020 JBoss by Red Hat. All rights reserved.