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

schemas.TaskFrequency.avsc Maven / Gradle / Ivy

The newest version!
{
  "namespace": "com.networknt.scheduler",
  "type": "record",
  "name": "TaskFrequency",
  "fields": [
    {"name": "timeUnit", "type": "TimeUnit"},
    {"name": "time", "type": "int"}
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy