All Downloads are FREE. Search and download functionalities are using the official Maven repository.

playground.server.admin.v1.schedulers Maven / Gradle / Ivy

Go to download

Middleware library based on Vert.x to build advanced JSON/REST communication servers

There is a newer version: 2.1.15
Show newest version
{
  "schedulers": {
    "main-storage-cleanup": {
      "description": "Clean the expirable resources from main storage",
      "cronExpression": "0 /10 * * * ?",
      "requests": [
        {
          "uri": "/playground/server/_cleanup",
          "method": "POST"
        }
      ]
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy