public interface ResourceServiceBuilder<T> extends Builder<T>
Modifier and Type | Method and Description |
---|---|
default Builder<T> |
configure(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model)
Configures this builder using the specified expression resolver and model.
|
getServiceName
default Builder<T> 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 modelCopyright © 2018 JBoss by Red Hat. All rights reserved.