@ConfigurationProperties(value="govern.eventbus.compensate.zookeeper")
public class ZookeeperCompensateProperties
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
PREFIX |
| 构造器和说明 |
|---|
ZookeeperCompensateProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
me.ahoo.eventbus.zookeeper.config.PublishConfig |
getPublish() |
me.ahoo.eventbus.zookeeper.config.SubscribeConfig |
getSubscribe() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setPublish(me.ahoo.eventbus.zookeeper.config.PublishConfig publish) |
void |
setSubscribe(me.ahoo.eventbus.zookeeper.config.SubscribeConfig subscribe) |
public static final java.lang.String PREFIX
public boolean isEnabled()
public void setEnabled(boolean enabled)
public me.ahoo.eventbus.zookeeper.config.PublishConfig getPublish()
public void setPublish(me.ahoo.eventbus.zookeeper.config.PublishConfig publish)
public me.ahoo.eventbus.zookeeper.config.SubscribeConfig getSubscribe()
public void setSubscribe(me.ahoo.eventbus.zookeeper.config.SubscribeConfig subscribe)