protected static class SharedServerContextConfiguration.ZookeeperConnectionConfig
extends java.lang.Object
implements org.springframework.context.EnvironmentAware
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
zkClientConnect |
protected java.lang.String |
zkNamespace |
Modifier | Constructor and Description |
---|---|
protected |
SharedServerContextConfiguration.ZookeeperConnectionConfig() |
Modifier and Type | Method and Description |
---|---|
void |
setEnvironment(org.springframework.core.env.Environment environment) |
protected ZooKeeperConnection |
setupZookeeperPropertySource(java.lang.String zkClientConnect,
boolean isEmbedded) |
@Value(value="${zk.client.connect:}") protected java.lang.String zkClientConnect
@Value(value="${zk.namespace:}") protected java.lang.String zkNamespace
protected SharedServerContextConfiguration.ZookeeperConnectionConfig()
protected ZooKeeperConnection setupZookeeperPropertySource(java.lang.String zkClientConnect, boolean isEmbedded)
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment
in interface org.springframework.context.EnvironmentAware