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

io.openexchange.jobs.Job Maven / Gradle / Ivy

The newest version!
package io.openexchange.jobs;

import java.lang.annotation.*;

@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
@Documented
public @interface Job {
    String parallelism() default "";
    String delayInterval() default "0";
    String delayIntervalTimeUnit() default "SECONDS";
    String repeatInterval() default "1";
    String repeatIntervalTimeUnit() default "MINUTES";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy