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

org.kie.api.runtime.rule.EventHandle Maven / Gradle / Ivy

package org.kie.api.runtime.rule;

public interface EventHandle extends FactHandle {

    long getStartTimestamp();

    long getDuration();

    long getEndTimestamp();

    boolean isExpired();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy