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

com.maxleap.code.impl.DefineJob Maven / Gradle / Ivy

There is a newer version: 2.4.9
Show newest version
package com.maxleap.code.impl;

import com.maxleap.code.RequestCategory;
import com.maxleap.code.Definer;

/**
 * Job have to running in the background.
 * so, we have to deploy a worker or just make a thread.
 *
 * Created by stream.
 */
public class DefineJob extends AbstractDefiner implements Definer {

  public DefineJob() {
    category = RequestCategory.JOB;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy