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

org.kie.kogito.jobs.ExpirationTime Maven / Gradle / Ivy

Go to download

The Kogito public API which is backwards compatible between releases.

There is a newer version: 10.0.0
Show newest version
package org.kie.kogito.jobs;

import java.time.ZonedDateTime;

public interface ExpirationTime {

    ZonedDateTime get();
    
    Long repeatInterval();
    
    Integer repeatLimit();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy