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

io.github.sinri.keel.maids.watchman.KeelWatchmanEventHandler 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.maids.watchman;

import io.vertx.core.Handler;
import io.vertx.core.json.JsonObject;

/**
 * @since 2.9.3
 */
public interface KeelWatchmanEventHandler extends Handler {
    default JsonObject config() {
        return new JsonObject();
    }

//    void setConfig(JsonObject config);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy