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

tech.mlsql.scheduler.client.ExecutorClient.scala Maven / Gradle / Ivy

The newest version!
package tech.mlsql.scheduler.client

import tech.mlsql.scheduler.JobNode


/**
  * 2019-09-05 WilliamZhu([email protected])
  */
trait ExecutorClient[T] {
  def execute(job: JobNode[T]): Unit
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy