![JAR search and dependency download from the Maven repository](/logo.png)
com.github.brainlag.nsq.callbacks.NSQErrorCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nsq-client Show documentation
Show all versions of nsq-client Show documentation
Fast Java client for NSQ.
The newest version!
package com.github.brainlag.nsq.callbacks;
import com.github.brainlag.nsq.exceptions.NSQException;
@FunctionalInterface
public interface NSQErrorCallback {
void error(NSQException x);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy