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

io.cucumber.plugin.event.Event Maven / Gradle / Ivy

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy