com.github.brainlag.nsq.exceptions.BadMessageException 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.exceptions;
public class BadMessageException extends NSQException {
public BadMessageException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy