![JAR search and dependency download from the Maven repository](/logo.png)
com.jetdrone.vertx.mods.redis.util.MessageHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mod-redis-io Show documentation
Show all versions of mod-redis-io Show documentation
Asynchronous REDIS bus module for Vert.x
The newest version!
package com.jetdrone.vertx.mods.redis.util;
import com.jetdrone.vertx.mods.redis.reply.*;
/**
* An interface mainly created to pass 2 parameters to pub/sub message handler (thus avoiding double casts)
*/
public interface MessageHandler {
public void handle(String channelOrPattern, Reply[] replyData);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy