Interface ResourceServiceConfigurator

    • Method Detail

      • configure

        default ServiceConfigurator configure​(org.jboss.as.controller.OperationContext context,
                                              org.jboss.dmr.ModelNode model)
                                       throws org.jboss.as.controller.OperationFailedException
        Configures a service using the specified operation context and model.
        Parameters:
        context - an operation context, used to resolve capabilities and expressions
        model - the resource model
        Returns:
        the reference to this configurator
        Throws:
        org.jboss.as.controller.OperationFailedException - if there was a failure reading the model or resolving expressions/capabilities