com.github.tonivade.resp.RespCallback Maven / Gradle / Ivy
/*
* Copyright (c) 2015-2020, Antonio Gabriel Muñoz Conejo
* Distributed under the terms of the MIT License
*/
package com.github.tonivade.resp;
import com.github.tonivade.resp.protocol.RedisToken;
public interface RespCallback {
void onConnect();
void onDisconnect();
void onMessage(RedisToken token);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy