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

io.github.sinri.keel.helper.runtime.RuntimeStatResult Maven / Gradle / Ivy

Go to download

A website framework with VERT.X for ex-PHP-ers, exactly Ark Framework Users.

The newest version!
package io.github.sinri.keel.helper.runtime;

import io.vertx.core.json.JsonObject;

/**
 * @param 
 * @since 2.9.4
 */
public interface RuntimeStatResult {
    long getStatTime();

    T since(T start);

    JsonObject toJsonObject();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy