Index

C F G I P T W 
All Classes and Interfaces|All Packages

C

ConsulConfiguration - Class in io.smallrye.stork.servicediscovery.consul
Configuration for the ConsulServiceDiscoveryProvider ServiceDiscovery.
ConsulConfiguration() - Constructor for class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
Creates a new ConsulConfiguration
ConsulConfiguration(Map<String, String>) - Constructor for class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
Creates a new ConsulConfiguration
ConsulServiceDiscovery - Class in io.smallrye.stork.servicediscovery.consul
A service discovery implementation retrieving services from Consul.
ConsulServiceDiscoveryProvider - Class in io.smallrye.stork.servicediscovery.consul
The consul service discovery provider implementation.
ConsulServiceDiscoveryProvider() - Constructor for class io.smallrye.stork.servicediscovery.consul.ConsulServiceDiscoveryProvider
 
ConsulServiceDiscoveryProviderLoader - Class in io.smallrye.stork.servicediscovery.consul
ServiceDiscoveryLoader for ConsulServiceDiscoveryProvider
ConsulServiceDiscoveryProviderLoader() - Constructor for class io.smallrye.stork.servicediscovery.consul.ConsulServiceDiscoveryProviderLoader
 
createServiceDiscovery(ConfigWithType, String, ServiceConfig, StorkInfrastructure) - Method in class io.smallrye.stork.servicediscovery.consul.ConsulServiceDiscoveryProviderLoader
 
createServiceDiscovery(ConsulConfiguration, String, ServiceConfig, StorkInfrastructure) - Method in class io.smallrye.stork.servicediscovery.consul.ConsulServiceDiscoveryProvider
 

F

fetchNewServiceInstances(List<ServiceInstance>) - Method in class io.smallrye.stork.servicediscovery.consul.ConsulServiceDiscovery
 

G

getApplication() - Method in class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
The application name; if not defined Stork service name will be used.
getConsulHost() - Method in class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
The Consul host.
getConsulPort() - Method in class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
The Consul port.
getPort(String, String) - Static method in class io.smallrye.stork.servicediscovery.consul.ConsulServiceDiscovery
 
getRefreshPeriod() - Method in class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
Service discovery cache refresh period.
getSecure() - Method in class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
whether the connection with the service should be encrypted with TLS.
getUseHealthChecks() - Method in class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
Whether to use health check.

I

io.smallrye.stork.servicediscovery.consul - package io.smallrye.stork.servicediscovery.consul
 

P

parameters() - Method in class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
 

T

type() - Method in class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
 
type() - Method in class io.smallrye.stork.servicediscovery.consul.ConsulServiceDiscoveryProviderLoader
 

W

withApplication(String) - Method in class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
Set the 'application' attribute.
withConsulHost(String) - Method in class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
Set the 'consul-host' attribute.
withConsulPort(String) - Method in class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
Set the 'consul-port' attribute.
withRefreshPeriod(String) - Method in class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
Set the 'refresh-period' attribute.
withSecure(String) - Method in class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
Set the 'secure' attribute.
withUseHealthChecks(String) - Method in class io.smallrye.stork.servicediscovery.consul.ConsulConfiguration
Set the 'use-health-checks' attribute.
C F G I P T W 
All Classes and Interfaces|All Packages