Class ConfigJsonRPCService

java.lang.Object
io.quarkus.devui.runtime.config.ConfigJsonRPCService

@ApplicationScoped public class ConfigJsonRPCService extends Object
  • Field Details

  • Constructor Details

    • ConfigJsonRPCService

      public ConfigJsonRPCService()
  • Method Details

    • updateProperty

      public JsonRpcMessage<Boolean> updateProperty(String name, String value)
    • updateProperties

      public boolean updateProperties(String content, String type)
    • getAllConfiguration

      public io.vertx.core.json.JsonArray getAllConfiguration()
    • getAllValues

      public io.vertx.core.json.JsonObject getAllValues()
    • getProjectProperties

      public io.vertx.core.json.JsonObject getProjectProperties()