public class RegistryConfigSource extends Object implements org.eclipse.microprofile.config.spi.ConfigSource
docker run -it -p 8080:8080 -e REGISTRY_PROPERTIES_PREFIX=REGISTRY_ -e REGISTRY_STREAMS_TOPOLOGY_SECURITY_PROTOCOL=SSL apicurio/apicurio-registry-streams
Constructor and Description |
---|
RegistryConfigSource() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Map<String,String> |
getProperties() |
String |
getValue(String key) |
public Map<String,String> getProperties()
getProperties
in interface org.eclipse.microprofile.config.spi.ConfigSource
public String getValue(String key)
getValue
in interface org.eclipse.microprofile.config.spi.ConfigSource
public String getName()
getName
in interface org.eclipse.microprofile.config.spi.ConfigSource
Copyright © 2020 Red Hat. All rights reserved.