![JAR search and dependency download from the Maven repository](/logo.png)
io.cucumber.plugin.event.Event Maven / Gradle / Ivy
package io.cucumber.plugin.event;
import org.apiguardian.api.API;
import java.time.Instant;
@API(status = API.Status.STABLE)
public interface Event {
/**
* Returns instant from epoch.
*
* @return time instant in Instant
* @see Instant#now()
*/
Instant getInstant();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy