| Modifier and Type | Field and Description |
|---|---|
protected String |
password |
protected String |
server |
| Constructor and Description |
|---|
QueueRedisImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
String |
getPassword() |
String |
getServer() |
void |
publish(String routingKey,
String message) |
void |
setPassword(String password) |
void |
setServer(String server) |
void |
subscribe(String queue,
IConsumer callback) |
public String getServer()
public void setServer(String server)
public String getPassword()
public void setPassword(String password)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void destroy()
destroy in interface org.springframework.beans.factory.DisposableBeanCopyright © 2014–2016. All rights reserved.