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

com.github.charlemaznable.bunny.plugin.BunnyHandler 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 com.github.charlemaznable.bunny.client.domain.BunnyBaseRequest;
import com.github.charlemaznable.bunny.client.domain.BunnyBaseResponse;
import io.vertx.core.AsyncResult;
import io.vertx.core.Handler;

public interface BunnyHandler, U extends BunnyBaseResponse> {

    String address();

    Class getRequestClass();

    void execute(T request, Handler> handler);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy