public class MqttPoolInfo extends Object
Constructor and Description |
---|
MqttPoolInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getCoreSize() |
int |
getKeepAlive() |
int |
getMaxSize() |
int |
getQueueSize() |
void |
setCoreSize(int coreSize) |
void |
setKeepAlive(int keepAlive) |
void |
setMaxSize(int maxSize) |
void |
setQueueSize(int queueSize) |
public int getCoreSize()
public void setCoreSize(int coreSize)
public int getMaxSize()
public void setMaxSize(int maxSize)
public int getQueueSize()
public void setQueueSize(int queueSize)
public int getKeepAlive()
public void setKeepAlive(int keepAlive)
Copyright © 2013-2018–2019 SeedStack. All rights reserved.