public class ZooKeeperConfigSource extends Object implements org.eclipse.microprofile.config.spi.ConfigSource
The Config Source itself needs configuration which is handled by other Config Sources. Properties prefixed with io.smallrye.configsource.zookeeper will be ignored by this Config Source.
author: Simon Woodman swoodman@redhat.com
| Constructor and Description |
|---|
ZooKeeperConfigSource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getOrdinal() |
Map<String,String> |
getProperties() |
Set<String> |
getPropertyNames() |
String |
getValue(String key) |
public int getOrdinal()
getOrdinal in interface org.eclipse.microprofile.config.spi.ConfigSourcepublic Set<String> getPropertyNames()
getPropertyNames in interface org.eclipse.microprofile.config.spi.ConfigSourcepublic Map<String,String> getProperties()
getProperties in interface org.eclipse.microprofile.config.spi.ConfigSourcepublic String getValue(String key)
getValue in interface org.eclipse.microprofile.config.spi.ConfigSourcepublic String getName()
getName in interface org.eclipse.microprofile.config.spi.ConfigSourceCopyright © 2018–2019. All rights reserved.