com.github.charlemaznable.bunny.plugin.BunnyHandler 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 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 extends T> getRequestClass();
void execute(T request, Handler> handler);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy