
com.github.brainlag.nsq.lookup.NSQLookup 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.lookup;
import com.github.brainlag.nsq.ServerAddress;
import java.util.Set;
public interface NSQLookup {
Set lookup(String topic);
void addLookupAddress(String addr, int port);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy