com.github.charlemaznable.bunny.plugin.SwitchPlugin Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bunny-plugin Show documentation
Show all versions of bunny-plugin Show documentation
Bunny rabbits will skip hand-in-hand with baby lambs across sunny green meadows.
The newest version!
package com.github.charlemaznable.bunny.plugin;
import io.vertx.core.AsyncResult;
import io.vertx.core.Future;
import io.vertx.core.Handler;
import java.util.Map;
public interface SwitchPlugin {
default void serveDeduct(Map context,
Map request,
Handler> handler) {
handler.handle(Future.succeededFuture(true));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy