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

com.github.charlemaznable.bunny.plugin.ServePlugin Maven / Gradle / Ivy

Go to download

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.Handler;

import java.util.Map;

public interface ServePlugin {

    void serve(Map context,
               Integer paymentValue, String seqId,
               Map request,
               Handler>> handler);

    void checkResponse(Map context,
                       Map response,
                       Handler> handler);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy