public class NSQConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NSQConfig.Compression |
| Constructor and Description |
|---|
NSQConfig() |
public void setClientId(String clientId)
public boolean isFeatureNegotiation()
public void setFeatureNegotiation(boolean featureNegotiation)
public Integer getHeartbeatInterval()
public void setHeartbeatInterval(Integer heartbeatInterval)
public Integer getOutputBufferSize()
public NSQConfig setMaxInFlight(int maxInFlight)
public void setOutputBufferSize(Integer outputBufferSize)
public Integer getOutputBufferTimeout()
public void setOutputBufferTimeout(Integer outputBufferTimeout)
public boolean isTlsV1()
public NSQConfig.Compression getCompression()
public void setCompression(NSQConfig.Compression compression)
public Integer getDeflateLevel()
public void setDeflateLevel(Integer deflateLevel)
public Integer getSampleRate()
public void setSampleRate(Integer sampleRate)
public String getUserAgent()
public void setUserAgent(String userAgent)
public Integer getMsgTimeout()
public void setMsgTimeout(Integer msgTimeout)
public io.netty.handler.ssl.SslContext getSslContext()
public void setSslContext(io.netty.handler.ssl.SslContext sslContext)
public io.netty.channel.EventLoopGroup getEventLoopGroup()
public void setEventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup)
Copyright © 2017. All rights reserved.