A C E F G H I K P R S T U V 
All Classes All Packages

A

agent - Variable in class io.quarkus.consul.config.runtime.ConsulConfig
Consul agent related configuration
AgentConfig() - Constructor for class io.quarkus.consul.config.runtime.ConsulConfig.AgentConfig
 

C

close() - Method in interface io.quarkus.consul.config.runtime.ConsulConfigGateway
 
close() - Method in class io.quarkus.consul.config.runtime.VertxConsulConfigGateway
 
configSources(ConsulConfig) - Method in class io.quarkus.consul.config.runtime.ConsulConfigRecorder
 
connectionTimeout - Variable in class io.quarkus.consul.config.runtime.ConsulConfig.AgentConfig
The amount of time to wait when initially establishing a connection before giving up and timing out.
ConsulConfig - Class in io.quarkus.consul.config.runtime
 
ConsulConfig() - Constructor for class io.quarkus.consul.config.runtime.ConsulConfig
 
ConsulConfig.AgentConfig - Class in io.quarkus.consul.config.runtime
 
ConsulConfig$$accessor - Class in io.quarkus.consul.config.runtime
 
ConsulConfig$AgentConfig$$accessor - Class in io.quarkus.consul.config.runtime
 
ConsulConfigGateway - Interface in io.quarkus.consul.config.runtime
 
ConsulConfigRecorder - Class in io.quarkus.consul.config.runtime
 
ConsulConfigRecorder() - Constructor for class io.quarkus.consul.config.runtime.ConsulConfigRecorder
 
ConsulConfigSourceProvider - Class in io.quarkus.consul.config.runtime
 
ConsulConfigSourceProvider(ConsulConfig) - Constructor for class io.quarkus.consul.config.runtime.ConsulConfigSourceProvider
 
ConsulConfigSourceProvider(ConsulConfig, ConsulConfigGateway) - Constructor for class io.quarkus.consul.config.runtime.ConsulConfigSourceProvider
 
createHttpClient(Vertx, ConsulConfig.AgentConfig) - Static method in class io.quarkus.consul.config.runtime.VertxConsulConfigGateway
 

E

enabled - Variable in class io.quarkus.consul.config.runtime.ConsulConfig
If set to true, the application will attempt to look up the configuration from Consul

F

failOnMissingKey - Variable in class io.quarkus.consul.config.runtime.ConsulConfig
If set to true, the application will not start if any of the configured config sources cannot be located

G

get_agent(Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$$accessor
 
get_enabled(Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$$accessor
 
get_failOnMissingKey(Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$$accessor
 
get_hostPort(Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$AgentConfig$$accessor
 
get_prefix(Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$$accessor
 
get_propertiesValueKeys(Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$$accessor
 
get_rawValueKeys(Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$$accessor
 
get_token(Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$AgentConfig$$accessor
 
get_trustCerts(Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$AgentConfig$$accessor
 
get_useHttps(Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$AgentConfig$$accessor
 
getConfigSources(ClassLoader) - Method in class io.quarkus.consul.config.runtime.ConsulConfigSourceProvider
 
getDecodedValue() - Method in class io.quarkus.consul.config.runtime.Response
Consul encodes the value of a key into base64 in order to not interfere with the encoding of format of the response
getKey() - Method in class io.quarkus.consul.config.runtime.Response
 
getValue() - Method in class io.quarkus.consul.config.runtime.Response
 
getValue(String) - Method in interface io.quarkus.consul.config.runtime.ConsulConfigGateway
Retrieves a value from Consul's Key / Value store using the value of key
getValue(String) - Method in class io.quarkus.consul.config.runtime.VertxConsulConfigGateway
 

H

hostPort - Variable in class io.quarkus.consul.config.runtime.ConsulConfig.AgentConfig
Consul agent host

I

io.quarkus.consul.config.runtime - package io.quarkus.consul.config.runtime
 

K

keyPassword - Variable in class io.quarkus.consul.config.runtime.ConsulConfig.AgentConfig
Password to recover key from KeyStore for SSL client authentication with Consul agent If no value is provided, the key-store-password will be used
keysAsMap() - Method in class io.quarkus.consul.config.runtime.ConsulConfig
 
keyStore - Variable in class io.quarkus.consul.config.runtime.ConsulConfig.AgentConfig
KeyStore to be used containing the SSL certificate for authentication with Consul agent Can be either a classpath resource or a file system path
keyStorePassword - Variable in class io.quarkus.consul.config.runtime.ConsulConfig.AgentConfig
Password of KeyStore to be used containing the SSL certificate for authentication with Consul agent

P

prefix - Variable in class io.quarkus.consul.config.runtime.ConsulConfig
Common prefix that all keys share when looking up the keys from Consul.
PROPERTIES - io.quarkus.consul.config.runtime.ValueType
 
propertiesValueKeys - Variable in class io.quarkus.consul.config.runtime.ConsulConfig
Keys whose value represents a properties file.

R

RAW - io.quarkus.consul.config.runtime.ValueType
 
rawValueKeys - Variable in class io.quarkus.consul.config.runtime.ConsulConfig
Keys whose value is a raw string.
readTimeout - Variable in class io.quarkus.consul.config.runtime.ConsulConfig.AgentConfig
The amount of time to wait for a read on a socket before an exception is thrown.
Response - Class in io.quarkus.consul.config.runtime
Represent (part of) the JSON response from Consul That means that the the key and value are exactly what we get back from Consul
Response(String, String) - Constructor for class io.quarkus.consul.config.runtime.Response
 
ResponseConfigSourceUtil - Class in io.quarkus.consul.config.runtime
 
ResponseConfigSourceUtil() - Constructor for class io.quarkus.consul.config.runtime.ResponseConfigSourceUtil
 

S

set_agent(Object, Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$$accessor
 
set_enabled(Object, boolean) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$$accessor
 
set_failOnMissingKey(Object, boolean) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$$accessor
 
set_hostPort(Object, Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$AgentConfig$$accessor
 
set_prefix(Object, Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$$accessor
 
set_propertiesValueKeys(Object, Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$$accessor
 
set_rawValueKeys(Object, Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$$accessor
 
set_token(Object, Object) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$AgentConfig$$accessor
 
set_trustCerts(Object, boolean) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$AgentConfig$$accessor
 
set_useHttps(Object, boolean) - Static method in class io.quarkus.consul.config.runtime.ConsulConfig$AgentConfig$$accessor
 

T

toConfigSource(Response, ValueType, Optional<String>) - Method in class io.quarkus.consul.config.runtime.ResponseConfigSourceUtil
 
token - Variable in class io.quarkus.consul.config.runtime.ConsulConfig.AgentConfig
Consul token to be provided when authentication is enabled
trustCerts - Variable in class io.quarkus.consul.config.runtime.ConsulConfig.AgentConfig
When using HTTPS and no keyStore has been specified, whether or not to trust all certificates
trustStore - Variable in class io.quarkus.consul.config.runtime.ConsulConfig.AgentConfig
TrustStore to be used containing the SSL certificate used by Consul agent Can be either a classpath resource or a file system path
trustStorePassword - Variable in class io.quarkus.consul.config.runtime.ConsulConfig.AgentConfig
Password of TrustStore to be used containing the SSL certificate used by Consul agent

U

useHttps - Variable in class io.quarkus.consul.config.runtime.ConsulConfig.AgentConfig
Whether or not to use HTTPS when communicating with the agent

V

valueOf(String) - Static method in enum io.quarkus.consul.config.runtime.ValueType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.quarkus.consul.config.runtime.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueType - Enum in io.quarkus.consul.config.runtime
 
VertxConsulConfigGateway - Class in io.quarkus.consul.config.runtime
 
VertxConsulConfigGateway(ConsulConfig) - Constructor for class io.quarkus.consul.config.runtime.VertxConsulConfigGateway
 
A C E F G H I K P R S T U V 
All Classes All Packages