diff --git a/spring-cloud-consul-binder/target/apidocs/allclasses-frame.html b/spring-cloud-consul-binder/target/apidocs/allclasses-frame.html new file mode 100644 index 00000000..2b9a2260 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/allclasses-frame.html @@ -0,0 +1,25 @@ + + + +
+ + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/deprecated-list.html b/spring-cloud-consul-binder/target/apidocs/deprecated-list.html new file mode 100644 index 00000000..57f61b7e --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/help-doc.html b/spring-cloud-consul-binder/target/apidocs/help-doc.html new file mode 100644 index 00000000..ae447af7 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/index-all.html b/spring-cloud-consul-binder/target/apidocs/index-all.html new file mode 100644 index 00000000..8b3b510d --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/index-all.html @@ -0,0 +1,272 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/index.html b/spring-cloud-consul-binder/target/apidocs/index.html new file mode 100644 index 00000000..98e8673e --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +public class ConsulBinder
+extends org.springframework.cloud.stream.binder.AbstractBinder<org.springframework.messaging.MessageChannel,org.springframework.cloud.stream.binder.ConsumerProperties,org.springframework.cloud.stream.binder.ProducerProperties>
+org.springframework.cloud.stream.binder.AbstractBinder.JavaClassMimeTypeConversionlogger| Constructor and Description | +
|---|
ConsulBinder(EventService eventService) |
+
| Modifier and Type | +Method and Description | +
|---|---|
protected org.springframework.cloud.stream.binder.Binding<org.springframework.messaging.MessageChannel> |
+doBindConsumer(String name,
+ String group,
+ org.springframework.messaging.MessageChannel inputChannel,
+ org.springframework.cloud.stream.binder.ConsumerProperties properties) |
+
protected org.springframework.cloud.stream.binder.Binding<org.springframework.messaging.MessageChannel> |
+doBindProducer(String name,
+ org.springframework.messaging.MessageChannel channel,
+ org.springframework.cloud.stream.binder.ProducerProperties properties) |
+
afterPropertiesSet, applyPrefix, bindConsumer, bindProducer, buildPartitionRoutingExpression, buildRetryTemplate, constructDLQName, getApplicationContext, getBeanFactory, groupedName, onInit, setApplicationContext, setCodec, setIntegrationEvaluationContextpublic ConsulBinder(EventService eventService)+
protected org.springframework.cloud.stream.binder.Binding<org.springframework.messaging.MessageChannel> doBindConsumer(String name, + String group, + org.springframework.messaging.MessageChannel inputChannel, + org.springframework.cloud.stream.binder.ConsumerProperties properties)+
doBindConsumer in class org.springframework.cloud.stream.binder.AbstractBinder<org.springframework.messaging.MessageChannel,org.springframework.cloud.stream.binder.ConsumerProperties,org.springframework.cloud.stream.binder.ProducerProperties>protected org.springframework.cloud.stream.binder.Binding<org.springframework.messaging.MessageChannel> doBindProducer(String name, + org.springframework.messaging.MessageChannel channel, + org.springframework.cloud.stream.binder.ProducerProperties properties)+
doBindProducer in class org.springframework.cloud.stream.binder.AbstractBinder<org.springframework.messaging.MessageChannel,org.springframework.cloud.stream.binder.ConsumerProperties,org.springframework.cloud.stream.binder.ProducerProperties>Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer.html new file mode 100644 index 00000000..8b7b34ee --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer.html @@ -0,0 +1,382 @@ + + + + + + +public class ConsulInboundMessageProducer
+extends org.springframework.integration.endpoint.MessageProducerSupport
+lifecycleCondition, lifecycleLockEXPRESSION_PARSER, logger| Constructor and Description | +
|---|
ConsulInboundMessageProducer(EventService eventService) |
+
| Modifier and Type | +Method and Description | +
|---|---|
protected void |
+doStart() |
+
protected void |
+doStop() |
+
void |
+getEvents() |
+
afterSingletonsInstantiated, getErrorChannel, getMessagingTemplate, getOutputChannel, onInit, sendMessage, setErrorChannel, setErrorChannelName, setOutputChannel, setOutputChannelName, setSendTimeout, setShouldTrackdoStop, getPhase, isAutoStartup, isRunning, setAutoStartup, setPhase, setTaskScheduler, start, stop, stopafterPropertiesSet, extractTypeIfPossible, getApplicationContext, getApplicationContextId, getBeanFactory, getChannelResolver, getComponentName, getComponentType, getConversionService, getExpression, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, setPrimaryExpression, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComponentName, getComponentTypepublic ConsulInboundMessageProducer(EventService eventService)+
protected void doStart()+
doStart in class org.springframework.integration.endpoint.MessageProducerSupportprotected void doStop()+
doStop in class org.springframework.integration.endpoint.MessageProducerSupportpublic void getEvents()+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/ConsulSendingHandler.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/ConsulSendingHandler.html new file mode 100644 index 00000000..52c8fbc9 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/ConsulSendingHandler.html @@ -0,0 +1,344 @@ + + + + + + +public class ConsulSendingHandler
+extends org.springframework.integration.handler.AbstractMessageHandler
+EXPRESSION_PARSER, loggerHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description | +
|---|
ConsulSendingHandler(com.ecwid.consul.v1.ConsulClient consul,
+ String eventName) |
+
| Modifier and Type | +Method and Description | +
|---|---|
protected void |
+handleMessageInternal(org.springframework.messaging.Message<?> message) |
+
configureMetrics, getActiveCount, getActiveCountLong, getComponentType, getDuration, getErrorCount, getErrorCountLong, getHandleCount, getHandleCountLong, getManagedName, getManagedType, getMaxDuration, getMeanDuration, getMinDuration, getOrder, getStandardDeviationDuration, handleMessage, isCountsEnabled, isLoggingEnabled, isStatsEnabled, onInit, reset, setCountsEnabled, setLoggingEnabled, setManagedName, setManagedType, setOrder, setShouldTrack, setStatsEnabledafterPropertiesSet, extractTypeIfPossible, getApplicationContext, getApplicationContextId, getBeanFactory, getChannelResolver, getComponentName, getConversionService, getExpression, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, setPrimaryExpression, setTaskScheduler, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComponentNameCopyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/EventService.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/EventService.html new file mode 100644 index 00000000..289b412d --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/EventService.html @@ -0,0 +1,481 @@ + + + + + + +public class EventService +extends Object+
| Modifier and Type | +Field and Description | +
|---|---|
protected com.ecwid.consul.v1.ConsulClient |
+consul |
+
protected com.fasterxml.jackson.databind.ObjectMapper |
+objectMapper |
+
protected ConsulBinderProperties |
+properties |
+
| Constructor and Description | +
|---|
EventService(ConsulBinderProperties properties,
+ com.ecwid.consul.v1.ConsulClient consul,
+ com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
+
| Modifier and Type | +Method and Description | +
|---|---|
protected List<com.ecwid.consul.v1.event.model.Event> |
+filterEvents(List<com.ecwid.consul.v1.event.model.Event> toFilter,
+ Long lastIndex)
+from https://github.com/hashicorp/consul/blob/master/watch/funcs.go#L169-L194
+ |
+
com.ecwid.consul.v1.event.model.Event |
+fire(String name,
+ String payload) |
+
com.ecwid.consul.v1.ConsulClient |
+getConsulClient() |
+
List<com.ecwid.consul.v1.event.model.Event> |
+getEvents() |
+
List<com.ecwid.consul.v1.event.model.Event> |
+getEvents(Long lastIndex) |
+
com.ecwid.consul.v1.Response<List<com.ecwid.consul.v1.event.model.Event>> |
+getEventsResponse() |
+
Long |
+getLastIndex() |
+
void |
+init() |
+
protected List<com.ecwid.consul.v1.event.model.Event> |
+readEvents(com.ecwid.consul.v1.Response<List<com.ecwid.consul.v1.event.model.Event>> response) |
+
List<com.ecwid.consul.v1.event.model.Event> |
+watch() |
+
List<com.ecwid.consul.v1.event.model.Event> |
+watch(Long lastIndex) |
+
protected ConsulBinderProperties properties+
protected com.ecwid.consul.v1.ConsulClient consul+
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper+
public EventService(ConsulBinderProperties properties, + com.ecwid.consul.v1.ConsulClient consul, + com.fasterxml.jackson.databind.ObjectMapper objectMapper)+
public com.ecwid.consul.v1.ConsulClient getConsulClient()+
@PostConstruct +public void init()+
public Long getLastIndex()+
public com.ecwid.consul.v1.Response<List<com.ecwid.consul.v1.event.model.Event>> getEventsResponse()+
public List<com.ecwid.consul.v1.event.model.Event> getEvents()+
public List<com.ecwid.consul.v1.event.model.Event> watch()+
protected List<com.ecwid.consul.v1.event.model.Event> readEvents(com.ecwid.consul.v1.Response<List<com.ecwid.consul.v1.event.model.Event>> response)+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulBinder.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulBinder.html new file mode 100644 index 00000000..e4d3f6f6 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulBinder.html @@ -0,0 +1,166 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.binder.config | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
ConsulBinder |
+ConsulBinderConfiguration.consulClientBinder(EventService eventService) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulInboundMessageProducer.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulInboundMessageProducer.html new file mode 100644 index 00000000..015f32bd --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulInboundMessageProducer.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulSendingHandler.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulSendingHandler.html new file mode 100644 index 00000000..11b80117 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulSendingHandler.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/EventService.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/EventService.html new file mode 100644 index 00000000..6f5c318c --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/EventService.html @@ -0,0 +1,202 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.binder | ++ |
| org.springframework.cloud.consul.binder.config | ++ |
| Constructor and Description | +
|---|
ConsulBinder(EventService eventService) |
+
ConsulInboundMessageProducer(EventService eventService) |
+
| Modifier and Type | +Method and Description | +
|---|---|
EventService |
+ConsulBinderConfiguration.eventService(com.ecwid.consul.v1.ConsulClient consulClient) |
+
| Modifier and Type | +Method and Description | +
|---|---|
ConsulBinder |
+ConsulBinderConfiguration.consulClientBinder(EventService eventService) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/ConsulBinderConfiguration.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/ConsulBinderConfiguration.html new file mode 100644 index 00000000..9ee08cea --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/ConsulBinderConfiguration.html @@ -0,0 +1,336 @@ + + + + + + +@Configuration + @ConditionalOnMissingBean(value=org.springframework.cloud.stream.binder.Binder.class) + @Import(value=org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration.class) + @EnableConfigurationProperties(value=ConsulBinderProperties.class) +public class ConsulBinderConfiguration +extends Object+
| Modifier and Type | +Field and Description | +
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
+objectMapper |
+
| Constructor and Description | +
|---|
ConsulBinderConfiguration() |
+
| Modifier and Type | +Method and Description | +
|---|---|
ConsulBinder |
+consulClientBinder(EventService eventService) |
+
EventService |
+eventService(com.ecwid.consul.v1.ConsulClient consulClient) |
+
@Autowired(required=false) +protected com.fasterxml.jackson.databind.ObjectMapper objectMapper+
public ConsulBinderConfiguration()+
@Bean + @ConditionalOnMissingBean +public EventService eventService(com.ecwid.consul.v1.ConsulClient consulClient)+
@Bean + @ConditionalOnMissingBean +public ConsulBinder consulClientBinder(EventService eventService)+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/ConsulBinderProperties.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/ConsulBinderProperties.html new file mode 100644 index 00000000..b8eb0ffd --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/ConsulBinderProperties.html @@ -0,0 +1,244 @@ + + + + + + +@ConfigurationProperties(value="spring.cloud.stream.consul.binder") +public class ConsulBinderProperties +extends Object+
| Constructor and Description | +
|---|
ConsulBinderProperties() |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/class-use/ConsulBinderConfiguration.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/class-use/ConsulBinderConfiguration.html new file mode 100644 index 00000000..bd16aa9a --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/class-use/ConsulBinderConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/class-use/ConsulBinderProperties.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/class-use/ConsulBinderProperties.html new file mode 100644 index 00000000..a75def81 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/class-use/ConsulBinderProperties.html @@ -0,0 +1,179 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.binder | ++ |
| Modifier and Type | +Field and Description | +
|---|---|
protected ConsulBinderProperties |
+EventService.properties |
+
| Constructor and Description | +
|---|
EventService(ConsulBinderProperties properties,
+ com.ecwid.consul.v1.ConsulClient consul,
+ com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-frame.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-frame.html new file mode 100644 index 00000000..848bc443 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +| Class | +Description | +
|---|---|
| ConsulBinderConfiguration | +
+ Configures the Consul binder.
+ |
+
| ConsulBinderProperties | ++ |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-tree.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-tree.html new file mode 100644 index 00000000..61e2ac15 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-tree.html @@ -0,0 +1,140 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-use.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-use.html new file mode 100644 index 00000000..2b0ced25 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-use.html @@ -0,0 +1,159 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.binder | ++ |
| Class and Description | +
|---|
| ConsulBinderProperties | +
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-frame.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-frame.html new file mode 100644 index 00000000..3515fc82 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-frame.html @@ -0,0 +1,24 @@ + + + + + + +| Class | +Description | +
|---|---|
| ConsulBinder | ++ |
| ConsulInboundMessageProducer | +
+ Adapter that receives Messages from Consul Events, converts them into Spring
+ Integration Messages, and sends the results to a Message Channel.
+ |
+
| ConsulSendingHandler | +
+ Adapter that converts and sends Messages as Consul events
+ |
+
| EventService | ++ |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-tree.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-tree.html new file mode 100644 index 00000000..c9f80fd1 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-tree.html @@ -0,0 +1,162 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-use.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-use.html new file mode 100644 index 00000000..2c153018 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-use.html @@ -0,0 +1,181 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.binder | ++ |
| org.springframework.cloud.consul.binder.config | ++ |
| Class and Description | +
|---|
| EventService | +
| Class and Description | +
|---|
| ConsulBinder | +
| EventService | +
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/overview-frame.html b/spring-cloud-consul-binder/target/apidocs/overview-frame.html new file mode 100644 index 00000000..f141bc2d --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/overview-frame.html @@ -0,0 +1,23 @@ + + + + + + ++ + diff --git a/spring-cloud-consul-binder/target/apidocs/overview-summary.html b/spring-cloud-consul-binder/target/apidocs/overview-summary.html new file mode 100644 index 00000000..0b415087 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/overview-summary.html @@ -0,0 +1,144 @@ + + + + + + +
| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.binder | ++ |
| org.springframework.cloud.consul.binder.config | ++ |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/overview-tree.html b/spring-cloud-consul-binder/target/apidocs/overview-tree.html new file mode 100644 index 00000000..f90509d5 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/overview-tree.html @@ -0,0 +1,165 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/package-list b/spring-cloud-consul-binder/target/apidocs/package-list new file mode 100644 index 00000000..7035f6e5 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/package-list @@ -0,0 +1,2 @@ +org.springframework.cloud.consul.binder +org.springframework.cloud.consul.binder.config diff --git a/spring-cloud-consul-binder/target/apidocs/script.js b/spring-cloud-consul-binder/target/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/spring-cloud-consul-binder/target/apidocs/stylesheet.css b/spring-cloud-consul-binder/target/apidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/spring-cloud-consul-binder/target/classes/META-INF/spring-cloud-stream/consul-binder.properties b/spring-cloud-consul-binder/target/classes/META-INF/spring-cloud-stream/consul-binder.properties new file mode 100644 index 00000000..db28478f --- /dev/null +++ b/spring-cloud-consul-binder/target/classes/META-INF/spring-cloud-stream/consul-binder.properties @@ -0,0 +1,18 @@ +# +# Copyright 2013-2016 the original author or authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +spring.cloud.stream.binder.consul.default.host=localhost +spring.cloud.stream.binder.consul.default.port=8500 diff --git a/spring-cloud-consul-binder/target/classes/META-INF/spring-configuration-metadata.json b/spring-cloud-consul-binder/target/classes/META-INF/spring-configuration-metadata.json new file mode 100644 index 00000000..ef9ceac8 --- /dev/null +++ b/spring-cloud-consul-binder/target/classes/META-INF/spring-configuration-metadata.json @@ -0,0 +1,14 @@ +{ + "groups": [{ + "name": "spring.cloud.stream.consul.binder", + "type": "org.springframework.cloud.consul.binder.config.ConsulBinderProperties", + "sourceType": "org.springframework.cloud.consul.binder.config.ConsulBinderProperties" + }], + "properties": [{ + "name": "spring.cloud.stream.consul.binder.event-timeout", + "type": "java.lang.Integer", + "sourceType": "org.springframework.cloud.consul.binder.config.ConsulBinderProperties", + "defaultValue": 5 + }], + "hints": [] +} \ No newline at end of file diff --git a/spring-cloud-consul-binder/target/classes/META-INF/spring.binders b/spring-cloud-consul-binder/target/classes/META-INF/spring.binders new file mode 100644 index 00000000..c3f435cd --- /dev/null +++ b/spring-cloud-consul-binder/target/classes/META-INF/spring.binders @@ -0,0 +1,2 @@ +consul:\ +org.springframework.cloud.consul.binder.config.ConsulBinderConfiguration diff --git a/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulBinder.class b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulBinder.class new file mode 100644 index 00000000..d64c81c8 Binary files /dev/null and b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulBinder.class differ diff --git a/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer$1.class b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer$1.class new file mode 100644 index 00000000..08112e8f Binary files /dev/null and b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer$1.class differ diff --git a/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer.class b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer.class new file mode 100644 index 00000000..cec8cc76 Binary files /dev/null and b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer.class differ diff --git a/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulSendingHandler.class b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulSendingHandler.class new file mode 100644 index 00000000..7c7235dc Binary files /dev/null and b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulSendingHandler.class differ diff --git a/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/EventService.class b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/EventService.class new file mode 100644 index 00000000..21e031ef Binary files /dev/null and b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/EventService.class differ diff --git a/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/config/ConsulBinderConfiguration.class b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/config/ConsulBinderConfiguration.class new file mode 100644 index 00000000..0a890e82 Binary files /dev/null and b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/config/ConsulBinderConfiguration.class differ diff --git a/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/config/ConsulBinderProperties.class b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/config/ConsulBinderProperties.class new file mode 100644 index 00000000..5863036a Binary files /dev/null and b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/config/ConsulBinderProperties.class differ diff --git a/spring-cloud-consul-binder/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-consul-binder/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 00000000..8b89c977 --- /dev/null +++ b/spring-cloud-consul-binder/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/deprecated-list.html b/spring-cloud-consul-config/target/apidocs/deprecated-list.html new file mode 100644 index 00000000..da85ec75 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/deprecated-list.html @@ -0,0 +1,148 @@ + + + + + + +| Method and Description | +
|---|
| org.springframework.cloud.consul.config.ConsulPropertySource.getDecoded(String)
+ As of 1.1.0 use
+GetValue.getDecodedValue(). |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/help-doc.html b/spring-cloud-consul-config/target/apidocs/help-doc.html new file mode 100644 index 00000000..79f98e82 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/help-doc.html @@ -0,0 +1,225 @@ + + + + + + +Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/index-all.html b/spring-cloud-consul-config/target/apidocs/index-all.html new file mode 100644 index 00000000..57fa286a --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/index-all.html @@ -0,0 +1,290 @@ + + + + + + +GetValue.getDecodedValue().Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/index.html b/spring-cloud-consul-config/target/apidocs/index.html new file mode 100644 index 00000000..551a9fb7 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/index.html @@ -0,0 +1,72 @@ + + + + + + +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to Non-frame version.
+public class ConfigWatch +extends Object +implements Closeable, org.springframework.context.ApplicationEventPublisherAware+
| Constructor and Description | +
|---|
ConfigWatch(ConsulConfigProperties properties,
+ List<String> contexts,
+ com.ecwid.consul.v1.ConsulClient consul) |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+close() |
+
void |
+setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher publisher) |
+
void |
+start() |
+
void |
+watchConfigKeyValues() |
+
public ConfigWatch(ConsulConfigProperties properties, + List<String> contexts, + com.ecwid.consul.v1.ConsulClient consul)+
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher publisher)+
setApplicationEventPublisher in interface org.springframework.context.ApplicationEventPublisherAware@PostConstruct +public void start()+
@Scheduled(fixedDelayString="${spring.cloud.consul.config.watch.delay:1000}")
+public void watchConfigKeyValues()
+public void close()+
close in interface Closeableclose in interface AutoCloseableCopyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.ConsulRefreshConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.ConsulRefreshConfiguration.html new file mode 100644 index 00000000..bb432819 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.ConsulRefreshConfiguration.html @@ -0,0 +1,286 @@ + + + + + + +@Configuration + @ConditionalOnClass(value=org.springframework.cloud.endpoint.RefreshEndpoint.class) +protected static class ConsulConfigAutoConfiguration.ConsulRefreshConfiguration +extends Object+
| Modifier | +Constructor and Description | +
|---|---|
protected |
+ConsulRefreshConfiguration() |
+
| Modifier and Type | +Method and Description | +
|---|---|
ConfigWatch |
+configWatch(ConsulConfigProperties properties,
+ ConsulPropertySourceLocator locator,
+ com.ecwid.consul.v1.ConsulClient consul) |
+
protected ConsulRefreshConfiguration()+
@Bean + @ConditionalOnProperty(name="spring.cloud.consul.config.watch.enabled", + matchIfMissing=true) +public ConfigWatch configWatch(ConsulConfigProperties properties, + ConsulPropertySourceLocator locator, + com.ecwid.consul.v1.ConsulClient consul)+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.html new file mode 100644 index 00000000..e73536ed --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.html @@ -0,0 +1,263 @@ + + + + + + +@Configuration + @ConditionalOnProperty(name="spring.cloud.consul.config.enabled", + matchIfMissing=true) +public class ConsulConfigAutoConfiguration +extends Object+
| Modifier and Type | +Class and Description | +
|---|---|
protected static class |
+ConsulConfigAutoConfiguration.ConsulRefreshConfiguration |
+
| Constructor and Description | +
|---|
ConsulConfigAutoConfiguration() |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.html new file mode 100644 index 00000000..812b82f0 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.html @@ -0,0 +1,297 @@ + + + + + + +@Configuration + @EnableConfigurationProperties + @Import(value=org.springframework.cloud.consul.ConsulAutoConfiguration.class) + @ConditionalOnProperty(name="spring.cloud.consul.config.enabled", + matchIfMissing=true) +protected static class ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration +extends Object+
| Modifier | +Constructor and Description | +
|---|---|
protected |
+ConsulPropertySourceConfiguration() |
+
| Modifier and Type | +Method and Description | +
|---|---|
ConsulConfigProperties |
+consulConfigProperties() |
+
ConsulPropertySourceLocator |
+consulPropertySourceLocator(ConsulConfigProperties consulConfigProperties) |
+
protected ConsulPropertySourceConfiguration()+
@Bean +public ConsulConfigProperties consulConfigProperties()+
@Bean +public ConsulPropertySourceLocator consulPropertySourceLocator(ConsulConfigProperties consulConfigProperties)+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.html new file mode 100644 index 00000000..509002d5 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.html @@ -0,0 +1,261 @@ + + + + + + +@Configuration +public class ConsulConfigBootstrapConfiguration +extends Object+
| Modifier and Type | +Class and Description | +
|---|---|
protected static class |
+ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration |
+
| Constructor and Description | +
|---|
ConsulConfigBootstrapConfiguration() |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.Format.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.Format.html new file mode 100644 index 00000000..0ee520c5 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.Format.html @@ -0,0 +1,410 @@ + + + + + + +public static enum ConsulConfigProperties.Format +extends Enum<ConsulConfigProperties.Format>+
| Enum Constant and Description | +
|---|
FILES
+Indicates that the configuration specified in consul uses keys as files.
+ |
+
KEY_VALUE
+Indicates that the configuration specified in consul is of type native key values.
+ |
+
PROPERTIES
+Indicates that the configuration specified in consul is of property style i.e.,
+ value of the consul key would be a list of key=value pairs separated by new lines.
+ |
+
YAML
+Indicates that the configuration specified in consul is of YAML style i.e., value
+ of the consul key would be YAML format
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
static ConsulConfigProperties.Format |
+valueOf(String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static ConsulConfigProperties.Format[] |
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
public static final ConsulConfigProperties.Format KEY_VALUE+
public static final ConsulConfigProperties.Format PROPERTIES+
public static final ConsulConfigProperties.Format YAML+
public static final ConsulConfigProperties.Format FILES+
public static ConsulConfigProperties.Format[] values()+
+for (ConsulConfigProperties.Format c : ConsulConfigProperties.Format.values()) + System.out.println(c); +
public static ConsulConfigProperties.Format valueOf(String name)+
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.Watch.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.Watch.html new file mode 100644 index 00000000..c5964f37 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.Watch.html @@ -0,0 +1,241 @@ + + + + + + +public class ConsulConfigProperties.Watch +extends Object+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.html new file mode 100644 index 00000000..072fc58a --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.html @@ -0,0 +1,306 @@ + + + + + + +@ConfigurationProperties(value="spring.cloud.consul.config") +public class ConsulConfigProperties +extends Object+
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+ConsulConfigProperties.Format
+There are many ways in which we can specify configuration in consul i.e.,
+
+
+
+ Nested key value style: Where value is either a constant or part of the key (nested).
+ |
+
class |
+ConsulConfigProperties.Watch |
+
| Constructor and Description | +
|---|
ConsulConfigProperties() |
+
public ConsulConfigProperties()+
@PostConstruct +public void init()+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulFilesPropertySource.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulFilesPropertySource.html new file mode 100644 index 00000000..fe144d69 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulFilesPropertySource.html @@ -0,0 +1,362 @@ + + + + + + +public class ConsulFilesPropertySource +extends ConsulPropertySource+
org.springframework.core.env.PropertySource.StubPropertySourcelogger, name, source| Constructor and Description | +
|---|
ConsulFilesPropertySource(String context,
+ com.ecwid.consul.v1.ConsulClient source,
+ ConsulConfigProperties configProperties) |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+init() |
+
void |
+init(com.ecwid.consul.v1.kv.model.GetValue value) |
+
generateProperties, getConfigProperties, getContext, getDecoded, getProperties, getProperty, getPropertyNames, parsePropertiesInKeyValueFormat, parsePropertiesWithNonKeyValueFormat, parseValuecontainsPropertyequals, getName, getSource, hashCode, named, toStringpublic ConsulFilesPropertySource(String context, + com.ecwid.consul.v1.ConsulClient source, + ConsulConfigProperties configProperties)+
public void init()+
init in class ConsulPropertySourcepublic void init(com.ecwid.consul.v1.kv.model.GetValue value)+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulPropertySource.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulPropertySource.html new file mode 100644 index 00000000..7f39cb7e --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulPropertySource.html @@ -0,0 +1,505 @@ + + + + + + +public class ConsulPropertySource
+extends org.springframework.core.env.EnumerablePropertySource<com.ecwid.consul.v1.ConsulClient>
+org.springframework.core.env.PropertySource.StubPropertySourcelogger, name, source| Constructor and Description | +
|---|
ConsulPropertySource(String context,
+ com.ecwid.consul.v1.ConsulClient source,
+ ConsulConfigProperties configProperties) |
+
| Modifier and Type | +Method and Description | +
|---|---|
protected Properties |
+generateProperties(String value,
+ ConsulConfigProperties.Format format) |
+
protected ConsulConfigProperties |
+getConfigProperties() |
+
protected String |
+getContext() |
+
String |
+getDecoded(String value)
+Deprecated.
+
+As of 1.1.0 use
+GetValue.getDecodedValue(). |
+
protected Map<String,String> |
+getProperties() |
+
Object |
+getProperty(String name) |
+
String[] |
+getPropertyNames() |
+
void |
+init() |
+
protected void |
+parsePropertiesInKeyValueFormat(List<com.ecwid.consul.v1.kv.model.GetValue> values)
+Parses the properties in key value style i.e., values are expected to be either a
+ sub key or a constant
+ |
+
protected void |
+parsePropertiesWithNonKeyValueFormat(List<com.ecwid.consul.v1.kv.model.GetValue> values,
+ ConsulConfigProperties.Format format)
+Parses the properties using the format which is not a key value style i.e., either
+ java properties style or YAML style
+ |
+
protected void |
+parseValue(com.ecwid.consul.v1.kv.model.GetValue getValue,
+ ConsulConfigProperties.Format format) |
+
containsPropertyequals, getName, getSource, hashCode, named, toStringpublic ConsulPropertySource(String context, + com.ecwid.consul.v1.ConsulClient source, + ConsulConfigProperties configProperties)+
public void init()+
protected void parsePropertiesInKeyValueFormat(List<com.ecwid.consul.v1.kv.model.GetValue> values)+
values - protected void parsePropertiesWithNonKeyValueFormat(List<com.ecwid.consul.v1.kv.model.GetValue> values, + ConsulConfigProperties.Format format)+
values - protected void parseValue(com.ecwid.consul.v1.kv.model.GetValue getValue, + ConsulConfigProperties.Format format)+
protected Properties generateProperties(String value, + ConsulConfigProperties.Format format)+
@Deprecated +public String getDecoded(String value)+
GetValue.getDecodedValue().protected ConsulConfigProperties getConfigProperties()+
protected String getContext()+
public Object getProperty(String name)+
getProperty in class org.springframework.core.env.PropertySource<com.ecwid.consul.v1.ConsulClient>public String[] getPropertyNames()+
getPropertyNames in class org.springframework.core.env.EnumerablePropertySource<com.ecwid.consul.v1.ConsulClient>Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulPropertySourceLocator.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulPropertySourceLocator.html new file mode 100644 index 00000000..977fd754 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulPropertySourceLocator.html @@ -0,0 +1,301 @@ + + + + + + +@Order(value=0) +public class ConsulPropertySourceLocator +extends Object +implements org.springframework.cloud.bootstrap.config.PropertySourceLocator+
| Constructor and Description | +
|---|
ConsulPropertySourceLocator(com.ecwid.consul.v1.ConsulClient consul,
+ ConsulConfigProperties properties) |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<String> |
+getContexts() |
+
org.springframework.core.env.PropertySource<?> |
+locate(org.springframework.core.env.Environment environment) |
+
public ConsulPropertySourceLocator(com.ecwid.consul.v1.ConsulClient consul, + ConsulConfigProperties properties)+
@Retryable(interceptor="consulRetryInterceptor") +public org.springframework.core.env.PropertySource<?> locate(org.springframework.core.env.Environment environment)+
locate in interface org.springframework.cloud.bootstrap.config.PropertySourceLocatorCopyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConfigWatch.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConfigWatch.html new file mode 100644 index 00000000..f064ed04 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConfigWatch.html @@ -0,0 +1,151 @@ + + + + + + +| Modifier and Type | +Method and Description | +
|---|---|
ConfigWatch |
+ConsulConfigAutoConfiguration.ConsulRefreshConfiguration.configWatch(ConsulConfigProperties properties,
+ ConsulPropertySourceLocator locator,
+ com.ecwid.consul.v1.ConsulClient consul) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigAutoConfiguration.ConsulRefreshConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigAutoConfiguration.ConsulRefreshConfiguration.html new file mode 100644 index 00000000..29f95404 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigAutoConfiguration.ConsulRefreshConfiguration.html @@ -0,0 +1,124 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigAutoConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigAutoConfiguration.html new file mode 100644 index 00000000..d9240f73 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigAutoConfiguration.html @@ -0,0 +1,124 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.html new file mode 100644 index 00000000..0f96b403 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.html @@ -0,0 +1,124 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigBootstrapConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigBootstrapConfiguration.html new file mode 100644 index 00000000..95bcb941 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigBootstrapConfiguration.html @@ -0,0 +1,124 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.Format.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.Format.html new file mode 100644 index 00000000..6ece98dd --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.Format.html @@ -0,0 +1,185 @@ + + + + + + +| Modifier and Type | +Method and Description | +
|---|---|
static ConsulConfigProperties.Format |
+ConsulConfigProperties.Format.valueOf(String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static ConsulConfigProperties.Format[] |
+ConsulConfigProperties.Format.values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
protected Properties |
+ConsulPropertySource.generateProperties(String value,
+ ConsulConfigProperties.Format format) |
+
protected void |
+ConsulPropertySource.parsePropertiesWithNonKeyValueFormat(List<com.ecwid.consul.v1.kv.model.GetValue> values,
+ ConsulConfigProperties.Format format)
+Parses the properties using the format which is not a key value style i.e., either
+ java properties style or YAML style
+ |
+
protected void |
+ConsulPropertySource.parseValue(com.ecwid.consul.v1.kv.model.GetValue getValue,
+ ConsulConfigProperties.Format format) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.Watch.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.Watch.html new file mode 100644 index 00000000..5055faac --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.Watch.html @@ -0,0 +1,124 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.html new file mode 100644 index 00000000..1b7427da --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.html @@ -0,0 +1,199 @@ + + + + + + +| Modifier and Type | +Method and Description | +
|---|---|
ConsulConfigProperties |
+ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.consulConfigProperties() |
+
protected ConsulConfigProperties |
+ConsulPropertySource.getConfigProperties() |
+
| Modifier and Type | +Method and Description | +
|---|---|
ConfigWatch |
+ConsulConfigAutoConfiguration.ConsulRefreshConfiguration.configWatch(ConsulConfigProperties properties,
+ ConsulPropertySourceLocator locator,
+ com.ecwid.consul.v1.ConsulClient consul) |
+
ConsulPropertySourceLocator |
+ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.consulPropertySourceLocator(ConsulConfigProperties consulConfigProperties) |
+
| Constructor and Description | +
|---|
ConfigWatch(ConsulConfigProperties properties,
+ List<String> contexts,
+ com.ecwid.consul.v1.ConsulClient consul) |
+
ConsulFilesPropertySource(String context,
+ com.ecwid.consul.v1.ConsulClient source,
+ ConsulConfigProperties configProperties) |
+
ConsulPropertySource(String context,
+ com.ecwid.consul.v1.ConsulClient source,
+ ConsulConfigProperties configProperties) |
+
ConsulPropertySourceLocator(com.ecwid.consul.v1.ConsulClient consul,
+ ConsulConfigProperties properties) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulFilesPropertySource.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulFilesPropertySource.html new file mode 100644 index 00000000..9f314e27 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulFilesPropertySource.html @@ -0,0 +1,124 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulPropertySource.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulPropertySource.html new file mode 100644 index 00000000..efc2c5d8 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulPropertySource.html @@ -0,0 +1,149 @@ + + + + + + +| Modifier and Type | +Class and Description | +
|---|---|
class |
+ConsulFilesPropertySource |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulPropertySourceLocator.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulPropertySourceLocator.html new file mode 100644 index 00000000..fb5b1843 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulPropertySourceLocator.html @@ -0,0 +1,164 @@ + + + + + + +| Modifier and Type | +Method and Description | +
|---|---|
ConsulPropertySourceLocator |
+ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.consulPropertySourceLocator(ConsulConfigProperties consulConfigProperties) |
+
| Modifier and Type | +Method and Description | +
|---|---|
ConfigWatch |
+ConsulConfigAutoConfiguration.ConsulRefreshConfiguration.configWatch(ConsulConfigProperties properties,
+ ConsulPropertySourceLocator locator,
+ com.ecwid.consul.v1.ConsulClient consul) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-frame.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-frame.html new file mode 100644 index 00000000..875136fa --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-frame.html @@ -0,0 +1,33 @@ + + + + + + +| Class | +Description | +
|---|---|
| ConfigWatch | ++ |
| ConsulConfigAutoConfiguration | ++ |
| ConsulConfigAutoConfiguration.ConsulRefreshConfiguration | ++ |
| ConsulConfigBootstrapConfiguration | ++ |
| ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration | ++ |
| ConsulConfigProperties | ++ |
| ConsulFilesPropertySource | ++ |
| ConsulPropertySource | ++ |
| ConsulPropertySourceLocator | ++ |
| Enum | +Description | +
|---|---|
| ConsulConfigProperties.Format | +
+ There are many ways in which we can specify configuration in consul i.e.,
+
+
+
+ Nested key value style: Where value is either a constant or part of the key (nested).
+ |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-tree.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-tree.html new file mode 100644 index 00000000..dd63c980 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-tree.html @@ -0,0 +1,165 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-use.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-use.html new file mode 100644 index 00000000..0f6d92d9 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-use.html @@ -0,0 +1,160 @@ + + + + + + +| Class and Description | +
|---|
| ConfigWatch | +
| ConsulConfigProperties | +
| ConsulConfigProperties.Format
+ There are many ways in which we can specify configuration in consul i.e.,
+
+
+
+ Nested key value style: Where value is either a constant or part of the key (nested).
+ |
+
| ConsulPropertySource | +
| ConsulPropertySourceLocator | +
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/overview-tree.html b/spring-cloud-consul-config/target/apidocs/overview-tree.html new file mode 100644 index 00000000..77d17553 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/overview-tree.html @@ -0,0 +1,169 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-config/target/apidocs/package-list b/spring-cloud-consul-config/target/apidocs/package-list new file mode 100644 index 00000000..fa4febf2 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/package-list @@ -0,0 +1 @@ +org.springframework.cloud.consul.config diff --git a/spring-cloud-consul-config/target/apidocs/script.js b/spring-cloud-consul-config/target/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/spring-cloud-consul-config/target/apidocs/stylesheet.css b/spring-cloud-consul-config/target/apidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/spring-cloud-consul-config/target/classes/META-INF/spring-configuration-metadata.json b/spring-cloud-consul-config/target/classes/META-INF/spring-configuration-metadata.json new file mode 100644 index 00000000..b8e586e2 --- /dev/null +++ b/spring-cloud-consul-config/target/classes/META-INF/spring-configuration-metadata.json @@ -0,0 +1,86 @@ +{ + "groups": [ + { + "name": "spring.cloud.consul.config", + "type": "org.springframework.cloud.consul.config.ConsulConfigProperties", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties" + }, + { + "name": "spring.cloud.consul.config.watch", + "type": "org.springframework.cloud.consul.config.ConsulConfigProperties$Watch", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties" + } + ], + "properties": [ + { + "name": "spring.cloud.consul.config.acl-token", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties" + }, + { + "name": "spring.cloud.consul.config.data-key", + "type": "java.lang.String", + "description": "If format is Format.PROPERTIES or Format.YAML\n then the following field is used as key to look up consul for configuration.", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties", + "defaultValue": "data" + }, + { + "name": "spring.cloud.consul.config.default-context", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties", + "defaultValue": "application" + }, + { + "name": "spring.cloud.consul.config.enabled", + "type": "java.lang.Boolean", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties", + "defaultValue": true + }, + { + "name": "spring.cloud.consul.config.fail-fast", + "type": "java.lang.Boolean", + "description": "Throw exceptions during config lookup if true, otherwise, log warnings.", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties", + "defaultValue": true + }, + { + "name": "spring.cloud.consul.config.format", + "type": "org.springframework.cloud.consul.config.ConsulConfigProperties$Format", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties" + }, + { + "name": "spring.cloud.consul.config.prefix", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties", + "defaultValue": "config" + }, + { + "name": "spring.cloud.consul.config.profile-separator", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties", + "defaultValue": "," + }, + { + "name": "spring.cloud.consul.config.watch.delay", + "type": "java.lang.Integer", + "description": "The value of the fixed delay for the watch in millis. Defaults to 1000.", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties$Watch", + "defaultValue": 1000 + }, + { + "name": "spring.cloud.consul.config.watch.enabled", + "type": "java.lang.Boolean", + "description": "If the watch is enabled. Defaults to true.", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties$Watch", + "defaultValue": true + }, + { + "name": "spring.cloud.consul.config.watch.wait-time", + "type": "java.lang.Integer", + "description": "The number of seconds to wait (or block) for watch query. Defaults to 60.", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties$Watch", + "defaultValue": 60 + } + ], + "hints": [] +} \ No newline at end of file diff --git a/spring-cloud-consul-config/target/classes/META-INF/spring.factories b/spring-cloud-consul-config/target/classes/META-INF/spring.factories new file mode 100644 index 00000000..d1699b34 --- /dev/null +++ b/spring-cloud-consul-config/target/classes/META-INF/spring.factories @@ -0,0 +1,7 @@ +# Auto Configuration +org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ +org.springframework.cloud.consul.config.ConsulConfigAutoConfiguration + +# Bootstrap Configuration +org.springframework.cloud.bootstrap.BootstrapConfiguration=\ +org.springframework.cloud.consul.config.ConsulConfigBootstrapConfiguration diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConfigWatch$RefreshEventData.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConfigWatch$RefreshEventData.class new file mode 100644 index 00000000..21ce64a8 Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConfigWatch$RefreshEventData.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConfigWatch.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConfigWatch.class new file mode 100644 index 00000000..d75721cd Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConfigWatch.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration$ConsulRefreshConfiguration.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration$ConsulRefreshConfiguration.class new file mode 100644 index 00000000..f58cc78b Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration$ConsulRefreshConfiguration.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.class new file mode 100644 index 00000000..49a16e90 Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration$ConsulPropertySourceConfiguration.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration$ConsulPropertySourceConfiguration.class new file mode 100644 index 00000000..0d489236 Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration$ConsulPropertySourceConfiguration.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.class new file mode 100644 index 00000000..e6738dde Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties$Format.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties$Format.class new file mode 100644 index 00000000..14a03eee Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties$Format.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties$Watch.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties$Watch.class new file mode 100644 index 00000000..472f7c79 Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties$Watch.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties.class new file mode 100644 index 00000000..fc040659 Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulFilesPropertySource.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulFilesPropertySource.class new file mode 100644 index 00000000..80d29594 Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulFilesPropertySource.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySource$1.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySource$1.class new file mode 100644 index 00000000..fe026e4e Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySource$1.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySource.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySource.class new file mode 100644 index 00000000..e6a03255 Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySource.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocator.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocator.class new file mode 100644 index 00000000..6c0973fb Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocator.class differ diff --git a/spring-cloud-consul-config/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-consul-config/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 00000000..8b89c977 --- /dev/null +++ b/spring-cloud-consul-config/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/deprecated-list.html b/spring-cloud-consul-core/target/apidocs/deprecated-list.html new file mode 100644 index 00000000..15ac6126 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/help-doc.html b/spring-cloud-consul-core/target/apidocs/help-doc.html new file mode 100644 index 00000000..f3bcf412 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/index-all.html b/spring-cloud-consul-core/target/apidocs/index-all.html new file mode 100644 index 00000000..ae14b505 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/index-all.html @@ -0,0 +1,242 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/index.html b/spring-cloud-consul-core/target/apidocs/index.html new file mode 100644 index 00000000..6d90e37f --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to Non-frame version.
+public static class ConditionalOnConsulEnabled.OnConsulEnabledCondition
+extends org.springframework.boot.autoconfigure.condition.AllNestedConditions
+| Modifier and Type | +Class and Description | +
|---|---|
protected static class |
+org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomes |
+
org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase| Constructor and Description | +
|---|
OnConsulEnabledCondition() |
+
getFinalMatchOutcomeanyMatches, matches, matchesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmatchesCopyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConditionalOnConsulEnabled.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConditionalOnConsulEnabled.html new file mode 100644 index 00000000..3c783d78 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConditionalOnConsulEnabled.html @@ -0,0 +1,167 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.ConsulHealthConfig.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.ConsulHealthConfig.html new file mode 100644 index 00000000..af941629 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.ConsulHealthConfig.html @@ -0,0 +1,298 @@ + + + + + + +@Configuration + @ConditionalOnClass(value=org.springframework.boot.actuate.endpoint.Endpoint.class) +protected static class ConsulAutoConfiguration.ConsulHealthConfig +extends Object+
| Modifier | +Constructor and Description | +
|---|---|
protected |
+ConsulHealthConfig() |
+
| Modifier and Type | +Method and Description | +
|---|---|
ConsulEndpoint |
+consulEndpoint(com.ecwid.consul.v1.ConsulClient consulClient) |
+
ConsulHealthIndicator |
+consulHealthIndicator(com.ecwid.consul.v1.ConsulClient consulClient) |
+
@Bean + @ConditionalOnMissingBean +public ConsulEndpoint consulEndpoint(com.ecwid.consul.v1.ConsulClient consulClient)+
@Bean + @ConditionalOnMissingBean +public ConsulHealthIndicator consulHealthIndicator(com.ecwid.consul.v1.ConsulClient consulClient)+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.RetryConfiguration.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.RetryConfiguration.html new file mode 100644 index 00000000..3802047a --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.RetryConfiguration.html @@ -0,0 +1,286 @@ + + + + + + +@ConditionalOnClass(value={org.springframework.retry.annotation.Retryable.class,org.aspectj.lang.annotation.Aspect.class,org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.class})
+ @Configuration
+ @EnableRetry(proxyTargetClass=true)
+ @Import(value=org.springframework.boot.autoconfigure.aop.AopAutoConfiguration.class)
+ @EnableConfigurationProperties(value=RetryProperties.class)
+protected static class ConsulAutoConfiguration.RetryConfiguration
+extends Object
+| Modifier | +Constructor and Description | +
|---|---|
protected |
+RetryConfiguration() |
+
| Modifier and Type | +Method and Description | +
|---|---|
org.springframework.retry.interceptor.RetryOperationsInterceptor |
+consulRetryInterceptor(RetryProperties properties) |
+
@Bean(name="consulRetryInterceptor") + @ConditionalOnMissingBean(name="consulRetryInterceptor") +public org.springframework.retry.interceptor.RetryOperationsInterceptor consulRetryInterceptor(RetryProperties properties)+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.html new file mode 100644 index 00000000..b3cbd511 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.html @@ -0,0 +1,319 @@ + + + + + + +@Configuration + @EnableConfigurationProperties +public class ConsulAutoConfiguration +extends Object+
| Modifier and Type | +Class and Description | +
|---|---|
protected static class |
+ConsulAutoConfiguration.ConsulHealthConfig |
+
protected static class |
+ConsulAutoConfiguration.RetryConfiguration |
+
| Constructor and Description | +
|---|
ConsulAutoConfiguration() |
+
| Modifier and Type | +Method and Description | +
|---|---|
com.ecwid.consul.v1.ConsulClient |
+consulClient(ConsulProperties consulProperties) |
+
ConsulProperties |
+consulProperties() |
+
public ConsulAutoConfiguration()+
@Bean + @ConditionalOnMissingBean +public ConsulProperties consulProperties()+
@Bean + @ConditionalOnMissingBean +public com.ecwid.consul.v1.ConsulClient consulClient(ConsulProperties consulProperties)+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulEndpoint.ConsulData.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulEndpoint.ConsulData.html new file mode 100644 index 00000000..6f2847c6 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulEndpoint.ConsulData.html @@ -0,0 +1,243 @@ + + + + + + +public static class ConsulEndpoint.ConsulData +extends Object+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulEndpoint.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulEndpoint.html new file mode 100644 index 00000000..981c8b17 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulEndpoint.html @@ -0,0 +1,314 @@ + + + + + + +@ConfigurationProperties(prefix="endpoints.consul", + ignoreUnknownFields=false) +public class ConsulEndpoint +extends org.springframework.boot.actuate.endpoint.AbstractEndpoint<ConsulEndpoint.ConsulData>+
| Modifier and Type | +Class and Description | +
|---|---|
static class |
+ConsulEndpoint.ConsulData |
+
| Constructor and Description | +
|---|
ConsulEndpoint(com.ecwid.consul.v1.ConsulClient consul) |
+
| Modifier and Type | +Method and Description | +
|---|---|
ConsulEndpoint.ConsulData |
+invoke() |
+
getEnvironment, getId, isEnabled, isSensitive, setEnabled, setEnvironment, setId, setSensitivepublic ConsulEndpoint(com.ecwid.consul.v1.ConsulClient consul)+
public ConsulEndpoint.ConsulData invoke()+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulHealthIndicator.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulHealthIndicator.html new file mode 100644 index 00000000..e58e1f8a --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulHealthIndicator.html @@ -0,0 +1,300 @@ + + + + + + +public class ConsulHealthIndicator
+extends org.springframework.boot.actuate.health.AbstractHealthIndicator
+| Constructor and Description | +
|---|
ConsulHealthIndicator(com.ecwid.consul.v1.ConsulClient consul) |
+
| Modifier and Type | +Method and Description | +
|---|---|
protected void |
+doHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder) |
+
healthCopyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulProperties.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulProperties.html new file mode 100644 index 00000000..84046bdf --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulProperties.html @@ -0,0 +1,244 @@ + + + + + + +@ConfigurationProperties(value="spring.cloud.consul") +public class ConsulProperties +extends Object+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/RetryProperties.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/RetryProperties.html new file mode 100644 index 00000000..52a2e71a --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/RetryProperties.html @@ -0,0 +1,244 @@ + + + + + + +@ConfigurationProperties(value="spring.cloud.consul.retry") +public class RetryProperties +extends Object+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConditionalOnConsulEnabled.OnConsulEnabledCondition.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConditionalOnConsulEnabled.OnConsulEnabledCondition.html new file mode 100644 index 00000000..95d9eaf3 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConditionalOnConsulEnabled.OnConsulEnabledCondition.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConditionalOnConsulEnabled.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConditionalOnConsulEnabled.html new file mode 100644 index 00000000..9e44698a --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConditionalOnConsulEnabled.html @@ -0,0 +1,166 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul | ++ |
| Modifier and Type | +Class and Description | +
|---|---|
class |
+ConsulAutoConfiguration |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.ConsulHealthConfig.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.ConsulHealthConfig.html new file mode 100644 index 00000000..54ff1db3 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.ConsulHealthConfig.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.RetryConfiguration.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.RetryConfiguration.html new file mode 100644 index 00000000..3784a602 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.RetryConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.html new file mode 100644 index 00000000..97b90d8f --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulEndpoint.ConsulData.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulEndpoint.ConsulData.html new file mode 100644 index 00000000..eb39132e --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulEndpoint.ConsulData.html @@ -0,0 +1,166 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
ConsulEndpoint.ConsulData |
+ConsulEndpoint.invoke() |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulEndpoint.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulEndpoint.html new file mode 100644 index 00000000..defede88 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulEndpoint.html @@ -0,0 +1,166 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
ConsulEndpoint |
+ConsulAutoConfiguration.ConsulHealthConfig.consulEndpoint(com.ecwid.consul.v1.ConsulClient consulClient) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulHealthIndicator.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulHealthIndicator.html new file mode 100644 index 00000000..0e5c76d1 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulHealthIndicator.html @@ -0,0 +1,166 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
ConsulHealthIndicator |
+ConsulAutoConfiguration.ConsulHealthConfig.consulHealthIndicator(com.ecwid.consul.v1.ConsulClient consulClient) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulProperties.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulProperties.html new file mode 100644 index 00000000..0a4e4f0b --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulProperties.html @@ -0,0 +1,179 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
ConsulProperties |
+ConsulAutoConfiguration.consulProperties() |
+
| Modifier and Type | +Method and Description | +
|---|---|
com.ecwid.consul.v1.ConsulClient |
+ConsulAutoConfiguration.consulClient(ConsulProperties consulProperties) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/RetryProperties.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/RetryProperties.html new file mode 100644 index 00000000..2b72c9b2 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/RetryProperties.html @@ -0,0 +1,166 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
org.springframework.retry.interceptor.RetryOperationsInterceptor |
+ConsulAutoConfiguration.RetryConfiguration.consulRetryInterceptor(RetryProperties properties) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/SerfStatusEnum.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/SerfStatusEnum.html new file mode 100644 index 00000000..636c5e2d --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/SerfStatusEnum.html @@ -0,0 +1,381 @@ + + + + + + +public enum SerfStatusEnum +extends Enum<SerfStatusEnum>+
| Enum Constant and Description | +
|---|
StatusAlive |
+
StatusFailed |
+
StatusLeaving |
+
StatusLeft |
+
| Modifier and Type | +Method and Description | +
|---|---|
int |
+getCode() |
+
static SerfStatusEnum |
+valueOf(String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static SerfStatusEnum[] |
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
public static final SerfStatusEnum StatusAlive+
public static final SerfStatusEnum StatusLeaving+
public static final SerfStatusEnum StatusLeft+
public static final SerfStatusEnum StatusFailed+
public static SerfStatusEnum[] values()+
+for (SerfStatusEnum c : SerfStatusEnum.values()) + System.out.println(c); +
public static SerfStatusEnum valueOf(String name)+
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getCode()+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/class-use/SerfStatusEnum.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/class-use/SerfStatusEnum.html new file mode 100644 index 00000000..4b8e5685 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/class-use/SerfStatusEnum.html @@ -0,0 +1,175 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.model | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
static SerfStatusEnum |
+SerfStatusEnum.valueOf(String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static SerfStatusEnum[] |
+SerfStatusEnum.values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-frame.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-frame.html new file mode 100644 index 00000000..b365f08a --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +| Enum | +Description | +
|---|---|
| SerfStatusEnum | +
+ Gossip pool (serf) statuses.
+ |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-tree.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-tree.html new file mode 100644 index 00000000..da7393cc --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-tree.html @@ -0,0 +1,143 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-use.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-use.html new file mode 100644 index 00000000..4f25d8b8 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-use.html @@ -0,0 +1,161 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.model | ++ |
| Class and Description | +
|---|
| SerfStatusEnum
+ Gossip pool (serf) statuses.
+ |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-frame.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-frame.html new file mode 100644 index 00000000..510782fe --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-frame.html @@ -0,0 +1,33 @@ + + + + + + +| Class | +Description | +
|---|---|
| ConditionalOnConsulEnabled.OnConsulEnabledCondition | ++ |
| ConsulAutoConfiguration | ++ |
| ConsulAutoConfiguration.ConsulHealthConfig | ++ |
| ConsulAutoConfiguration.RetryConfiguration | ++ |
| ConsulEndpoint | ++ |
| ConsulEndpoint.ConsulData | ++ |
| ConsulHealthIndicator | ++ |
| ConsulProperties | ++ |
| RetryProperties | ++ |
| Annotation Type | +Description | +
|---|---|
| ConditionalOnConsulEnabled | ++ |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-tree.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-tree.html new file mode 100644 index 00000000..6cc0e9fd --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-tree.html @@ -0,0 +1,167 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-use.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-use.html new file mode 100644 index 00000000..53934fbf --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-use.html @@ -0,0 +1,174 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul | ++ |
| Class and Description | +
|---|
| ConditionalOnConsulEnabled | +
| ConsulEndpoint | +
| ConsulEndpoint.ConsulData | +
| ConsulHealthIndicator | +
| ConsulProperties | +
| RetryProperties | +
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/overview-frame.html b/spring-cloud-consul-core/target/apidocs/overview-frame.html new file mode 100644 index 00000000..d6f24365 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/overview-frame.html @@ -0,0 +1,23 @@ + + + + + + ++ + diff --git a/spring-cloud-consul-core/target/apidocs/overview-summary.html b/spring-cloud-consul-core/target/apidocs/overview-summary.html new file mode 100644 index 00000000..806797e7 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/overview-summary.html @@ -0,0 +1,144 @@ + + + + + + +
| Package | +Description | +
|---|---|
| org.springframework.cloud.consul | ++ |
| org.springframework.cloud.consul.model | ++ |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/overview-tree.html b/spring-cloud-consul-core/target/apidocs/overview-tree.html new file mode 100644 index 00000000..33768d89 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/overview-tree.html @@ -0,0 +1,180 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-core/target/apidocs/package-list b/spring-cloud-consul-core/target/apidocs/package-list new file mode 100644 index 00000000..74b15b45 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/package-list @@ -0,0 +1,2 @@ +org.springframework.cloud.consul +org.springframework.cloud.consul.model diff --git a/spring-cloud-consul-core/target/apidocs/script.js b/spring-cloud-consul-core/target/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/spring-cloud-consul-core/target/apidocs/stylesheet.css b/spring-cloud-consul-core/target/apidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/spring-cloud-consul-core/target/classes/META-INF/spring-configuration-metadata.json b/spring-cloud-consul-core/target/classes/META-INF/spring-configuration-metadata.json new file mode 100644 index 00000000..d2b88010 --- /dev/null +++ b/spring-cloud-consul-core/target/classes/META-INF/spring-configuration-metadata.json @@ -0,0 +1,86 @@ +{ + "groups": [ + { + "name": "endpoints.consul", + "type": "org.springframework.cloud.consul.ConsulEndpoint", + "sourceType": "org.springframework.cloud.consul.ConsulEndpoint" + }, + { + "name": "spring.cloud.consul", + "type": "org.springframework.cloud.consul.ConsulProperties", + "sourceType": "org.springframework.cloud.consul.ConsulProperties" + }, + { + "name": "spring.cloud.consul.retry", + "type": "org.springframework.cloud.consul.RetryProperties", + "sourceType": "org.springframework.cloud.consul.RetryProperties" + } + ], + "properties": [ + { + "name": "endpoints.consul.enabled", + "type": "java.lang.Boolean", + "sourceType": "org.springframework.cloud.consul.ConsulEndpoint" + }, + { + "name": "endpoints.consul.id", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.ConsulEndpoint" + }, + { + "name": "endpoints.consul.sensitive", + "type": "java.lang.Boolean", + "sourceType": "org.springframework.cloud.consul.ConsulEndpoint" + }, + { + "name": "spring.cloud.consul.enabled", + "type": "java.lang.Boolean", + "description": "Is spring cloud consul enabled", + "sourceType": "org.springframework.cloud.consul.ConsulProperties", + "defaultValue": true + }, + { + "name": "spring.cloud.consul.host", + "type": "java.lang.String", + "description": "Consul agent hostname. Defaults to 'localhost'.", + "sourceType": "org.springframework.cloud.consul.ConsulProperties", + "defaultValue": "localhost" + }, + { + "name": "spring.cloud.consul.port", + "type": "java.lang.Integer", + "description": "Consul agent port. Defaults to '8500'.", + "sourceType": "org.springframework.cloud.consul.ConsulProperties", + "defaultValue": 8500 + }, + { + "name": "spring.cloud.consul.retry.initial-interval", + "type": "java.lang.Long", + "description": "Initial retry interval in milliseconds.", + "sourceType": "org.springframework.cloud.consul.RetryProperties", + "defaultValue": 1000 + }, + { + "name": "spring.cloud.consul.retry.max-attempts", + "type": "java.lang.Integer", + "description": "Maximum number of attempts.", + "sourceType": "org.springframework.cloud.consul.RetryProperties", + "defaultValue": 6 + }, + { + "name": "spring.cloud.consul.retry.max-interval", + "type": "java.lang.Long", + "description": "Maximum interval for backoff.", + "sourceType": "org.springframework.cloud.consul.RetryProperties", + "defaultValue": 2000 + }, + { + "name": "spring.cloud.consul.retry.multiplier", + "type": "java.lang.Double", + "description": "Multiplier for next interval.", + "sourceType": "org.springframework.cloud.consul.RetryProperties", + "defaultValue": 1.1 + } + ], + "hints": [] +} \ No newline at end of file diff --git a/spring-cloud-consul-core/target/classes/META-INF/spring.factories b/spring-cloud-consul-core/target/classes/META-INF/spring.factories new file mode 100644 index 00000000..2273bcb2 --- /dev/null +++ b/spring-cloud-consul-core/target/classes/META-INF/spring.factories @@ -0,0 +1,3 @@ +# Auto Configuration +org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ +org.springframework.cloud.consul.ConsulAutoConfiguration diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition$FoundClass.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition$FoundClass.class new file mode 100644 index 00000000..a8b0aaff Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition$FoundClass.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition$FoundProperty.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition$FoundProperty.class new file mode 100644 index 00000000..73407b2f Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition$FoundProperty.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition.class new file mode 100644 index 00000000..a319c1a6 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled.class new file mode 100644 index 00000000..95643d6c Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration$ConsulHealthConfig.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration$ConsulHealthConfig.class new file mode 100644 index 00000000..657a38a9 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration$ConsulHealthConfig.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration$RetryConfiguration.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration$RetryConfiguration.class new file mode 100644 index 00000000..32dce9e7 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration$RetryConfiguration.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration.class new file mode 100644 index 00000000..1f0e1bb6 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulEndpoint$ConsulData.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulEndpoint$ConsulData.class new file mode 100644 index 00000000..2014f64f Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulEndpoint$ConsulData.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulEndpoint.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulEndpoint.class new file mode 100644 index 00000000..0d1f7d8e Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulEndpoint.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulHealthIndicator.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulHealthIndicator.class new file mode 100644 index 00000000..cd588af0 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulHealthIndicator.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulProperties.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulProperties.class new file mode 100644 index 00000000..a55d3039 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulProperties.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/RetryProperties.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/RetryProperties.class new file mode 100644 index 00000000..1b5a06e0 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/RetryProperties.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/model/SerfStatusEnum.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/model/SerfStatusEnum.class new file mode 100644 index 00000000..d2282f62 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/model/SerfStatusEnum.class differ diff --git a/spring-cloud-consul-core/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-consul-core/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 00000000..8b89c977 --- /dev/null +++ b/spring-cloud-consul-core/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + +| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+protected static final String |
+MANAGEMENT |
+"management" |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+public static final char |
+SEPARATOR |
+45 |
+
| Modifier and Type | +Constant Field | +Value | +
|---|---|---|
+
+protected static final String |
+DEFAULT_NAMESPACE |
+"ribbon" |
+
+
+protected static final String |
+VALUE_NOT_SET |
+"__not__set__" |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/deprecated-list.html b/spring-cloud-consul-discovery/target/apidocs/deprecated-list.html new file mode 100644 index 00000000..3067145f --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/deprecated-list.html @@ -0,0 +1,154 @@ + + + + + + +| Class and Description | +
|---|
| org.springframework.cloud.consul.discovery.filters.AliveServerListFilter | +
| org.springframework.cloud.consul.discovery.filters.FilteringAgentClient | +
| org.springframework.cloud.consul.discovery.filters.ServiceCheckServerListFilter | +
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/help-doc.html b/spring-cloud-consul-discovery/target/apidocs/help-doc.html new file mode 100644 index 00000000..605dceaf --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/index-all.html b/spring-cloud-consul-discovery/target/apidocs/index-all.html new file mode 100644 index 00000000..9674a38c --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/index-all.html @@ -0,0 +1,490 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/index.html b/spring-cloud-consul-discovery/target/apidocs/index.html new file mode 100644 index 00000000..798e3954 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to Non-frame version.
+public class ConsulCatalogWatch +extends Object +implements org.springframework.context.ApplicationEventPublisherAware+
| Constructor and Description | +
|---|
ConsulCatalogWatch(ConsulDiscoveryProperties properties,
+ com.ecwid.consul.v1.ConsulClient consul) |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+catalogServicesWatch() |
+
void |
+setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher publisher) |
+
public ConsulCatalogWatch(ConsulDiscoveryProperties properties, + com.ecwid.consul.v1.ConsulClient consul)+
public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher publisher)+
setApplicationEventPublisher in interface org.springframework.context.ApplicationEventPublisherAware@Scheduled(fixedDelayString="${spring.cloud.consul.discovery.catalogServicesWatchDelay:30000}")
+public void catalogServicesWatch()
+Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryClient.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryClient.html new file mode 100644 index 00000000..1d326767 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryClient.html @@ -0,0 +1,382 @@ + + + + + + +public class ConsulDiscoveryClient +extends Object +implements org.springframework.cloud.client.discovery.DiscoveryClient+
| Constructor and Description | +
|---|
ConsulDiscoveryClient(com.ecwid.consul.v1.ConsulClient client,
+ ConsulLifecycle lifecycle,
+ ConsulDiscoveryProperties properties) |
+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+description() |
+
List<org.springframework.cloud.client.ServiceInstance> |
+getAllInstances() |
+
List<org.springframework.cloud.client.ServiceInstance> |
+getInstances(String serviceId) |
+
List<org.springframework.cloud.client.ServiceInstance> |
+getInstances(String serviceId,
+ com.ecwid.consul.v1.QueryParams queryParams) |
+
org.springframework.cloud.client.ServiceInstance |
+getLocalServiceInstance() |
+
List<String> |
+getServices() |
+
void |
+setServerProperties(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties) |
+
public ConsulDiscoveryClient(com.ecwid.consul.v1.ConsulClient client, + ConsulLifecycle lifecycle, + ConsulDiscoveryProperties properties)+
public void setServerProperties(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties)+
public String description()+
description in interface org.springframework.cloud.client.discovery.DiscoveryClientpublic org.springframework.cloud.client.ServiceInstance getLocalServiceInstance()+
getLocalServiceInstance in interface org.springframework.cloud.client.discovery.DiscoveryClientpublic List<org.springframework.cloud.client.ServiceInstance> getInstances(String serviceId)+
getInstances in interface org.springframework.cloud.client.discovery.DiscoveryClientpublic List<org.springframework.cloud.client.ServiceInstance> getInstances(String serviceId, + com.ecwid.consul.v1.QueryParams queryParams)+
public List<org.springframework.cloud.client.ServiceInstance> getAllInstances()+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientConfiguration.html new file mode 100644 index 00000000..506f8900 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientConfiguration.html @@ -0,0 +1,363 @@ + + + + + + +@Configuration + @ConditionalOnProperty(value="spring.cloud.consul.discovery.enabled", + matchIfMissing=true) + @EnableConfigurationProperties +public class ConsulDiscoveryClientConfiguration +extends Object+
| Constructor and Description | +
|---|
ConsulDiscoveryClientConfiguration() |
+
| Modifier and Type | +Method and Description | +
|---|---|
ConsulCatalogWatch |
+consulCatalogWatch(ConsulDiscoveryProperties discoveryProperties) |
+
ConsulDiscoveryClient |
+consulDiscoveryClient(ConsulLifecycle consulLifecycle,
+ ConsulDiscoveryProperties discoveryProperties) |
+
ConsulDiscoveryProperties |
+consulDiscoveryProperties(org.springframework.cloud.commons.util.InetUtils inetUtils) |
+
ConsulLifecycle |
+consulLifecycle(ConsulDiscoveryProperties discoveryProperties,
+ HeartbeatProperties heartbeatProperties) |
+
HeartbeatProperties |
+heartbeatProperties() |
+
TtlScheduler |
+ttlScheduler(HeartbeatProperties heartbeatProperties) |
+
public ConsulDiscoveryClientConfiguration()+
@Bean + @ConditionalOnMissingBean(search=CURRENT) +public ConsulLifecycle consulLifecycle(ConsulDiscoveryProperties discoveryProperties, + HeartbeatProperties heartbeatProperties)+
@Bean + @ConditionalOnMissingBean + @ConditionalOnProperty(value="spring.cloud.consul.discovery.heartbeat.enabled") +public TtlScheduler ttlScheduler(HeartbeatProperties heartbeatProperties)+
@Bean +public HeartbeatProperties heartbeatProperties()+
@Bean +public ConsulDiscoveryProperties consulDiscoveryProperties(org.springframework.cloud.commons.util.InetUtils inetUtils)+
@Bean + @ConditionalOnMissingBean +public ConsulDiscoveryClient consulDiscoveryClient(ConsulLifecycle consulLifecycle, + ConsulDiscoveryProperties discoveryProperties)+
@Bean + @ConditionalOnMissingBean + @ConditionalOnProperty(name="spring.cloud.consul.discovery.catalogServicesWatch.enabled", + matchIfMissing=true) +public ConsulCatalogWatch consulCatalogWatch(ConsulDiscoveryProperties discoveryProperties)+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.Lifecycle.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.Lifecycle.html new file mode 100644 index 00000000..04ccc4fc --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.Lifecycle.html @@ -0,0 +1,243 @@ + + + + + + +public class ConsulDiscoveryProperties.Lifecycle +extends Object+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.html new file mode 100644 index 00000000..a66a4cb2 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.html @@ -0,0 +1,383 @@ + + + + + + +@ConfigurationProperties(value="spring.cloud.consul.discovery") +public class ConsulDiscoveryProperties +extends Object+
| Modifier and Type | +Class and Description | +
|---|---|
class |
+ConsulDiscoveryProperties.Lifecycle |
+
| Modifier and Type | +Field and Description | +
|---|---|
protected static String |
+MANAGEMENT |
+
| Constructor and Description | +
|---|
ConsulDiscoveryProperties(org.springframework.cloud.commons.util.InetUtils inetUtils) |
+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getHostname() |
+
String |
+getQueryTagForService(String serviceId) |
+
void |
+setHostname(String hostname) |
+
void |
+setIpAddress(String ipAddress) |
+
protected static final String MANAGEMENT+
public ConsulDiscoveryProperties(org.springframework.cloud.commons.util.InetUtils inetUtils)+
public String getQueryTagForService(String serviceId)+
serviceId - The service who's filtering tag is being looked uppublic String getHostname()+
public void setHostname(String hostname)+
public void setIpAddress(String ipAddress)+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulLifecycle.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulLifecycle.html new file mode 100644 index 00000000..84eeedb3 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulLifecycle.html @@ -0,0 +1,639 @@ + + + + + + +public class ConsulLifecycle
+extends org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycle
+| Modifier and Type | +Field and Description | +
|---|---|
static char |
+SEPARATOR |
+
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description | +
|---|
ConsulLifecycle(com.ecwid.consul.v1.ConsulClient client,
+ ConsulDiscoveryProperties properties,
+ HeartbeatProperties ttlConfig) |
+
| Modifier and Type | +Method and Description | +
|---|---|
protected void |
+deregister() |
+
protected void |
+deregisterManagement() |
+
protected String |
+getAppName() |
+
protected Object |
+getConfiguration() |
+
protected int |
+getConfiguredPort() |
+
protected Integer |
+getManagementPort() |
+
String |
+getManagementServiceId() |
+
String |
+getManagementServiceName() |
+
String |
+getServiceId() |
+
protected boolean |
+isEnabled() |
+
static String |
+normalizeForDns(String s) |
+
protected void |
+register() |
+
protected void |
+register(com.ecwid.consul.v1.agent.model.NewService newService) |
+
protected void |
+registerManagement() |
+
protected void |
+setConfiguredPort(int port) |
+
void |
+setPort(int port) |
+
void |
+setServletContext(javax.servlet.ServletContext servletContext) |
+
void |
+setTtlScheduler(TtlScheduler ttlScheduler) |
+
void |
+start() |
+
destroy, getContext, getEnvironment, getOrder, getPhase, getPort, isAutoStartup, isRunning, onApplicationEvent, setApplicationContext, shouldRegisterManagement, stop, stoppublic static final char SEPARATOR+
public ConsulLifecycle(com.ecwid.consul.v1.ConsulClient client, + ConsulDiscoveryProperties properties, + HeartbeatProperties ttlConfig)+
public void setTtlScheduler(TtlScheduler ttlScheduler)+
public void setServletContext(javax.servlet.ServletContext servletContext)+
protected int getConfiguredPort()+
getConfiguredPort in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycleprotected void setConfiguredPort(int port)+
setConfiguredPort in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecyclepublic void setPort(int port)+
@Retryable(interceptor="consulRetryInterceptor") +public void start()+
start in interface org.springframework.context.Lifecyclestart in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycleprotected void register()+
register in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecyclepublic String getServiceId()+
protected void registerManagement()+
registerManagement in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycleprotected void register(com.ecwid.consul.v1.agent.model.NewService newService)+
protected Object getConfiguration()+
getConfiguration in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycleprotected void deregister()+
deregister in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycleprotected void deregisterManagement()+
deregisterManagement in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycleprotected boolean isEnabled()+
isEnabled in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycleprotected String getAppName()+
getAppName in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecyclepublic String getManagementServiceId()+
getManagementServiceId in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecyclepublic String getManagementServiceName()+
getManagementServiceName in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycleprotected Integer getManagementPort()+
getManagementPort in class org.springframework.cloud.client.discovery.AbstractDiscoveryLifecycleCopyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulPing.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulPing.html new file mode 100644 index 00000000..b54baf68 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulPing.html @@ -0,0 +1,288 @@ + + + + + + +public class ConsulPing +extends Object +implements com.netflix.loadbalancer.IPing+
| Constructor and Description | +
|---|
ConsulPing() |
+
| Modifier and Type | +Method and Description | +
|---|---|
boolean |
+isAlive(com.netflix.loadbalancer.Server server) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulRibbonClientConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulRibbonClientConfiguration.html new file mode 100644 index 00000000..2bf9f910 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulRibbonClientConfiguration.html @@ -0,0 +1,442 @@ + + + + + + +@Configuration +public class ConsulRibbonClientConfiguration +extends Object+
@zone, NIWSServerListClassName, DeploymentContextBasedVipAddresses,
+ NFLoadBalancerRuleClassName, NIWSServerListFilterClassName and more| Modifier and Type | +Field and Description | +
|---|---|
protected static String |
+DEFAULT_NAMESPACE |
+
protected static String |
+VALUE_NOT_SET |
+
| Constructor and Description | +
|---|
ConsulRibbonClientConfiguration() |
+
ConsulRibbonClientConfiguration(String serviceId) |
+
| Modifier and Type | +Method and Description | +
|---|---|
protected String |
+getKey(String serviceId,
+ String suffix) |
+
protected com.netflix.config.DynamicStringProperty |
+getProperty(String key) |
+
void |
+preprocess() |
+
com.netflix.loadbalancer.IPing |
+ribbonPing() |
+
com.netflix.loadbalancer.ServerList<?> |
+ribbonServerList(com.netflix.client.config.IClientConfig config,
+ ConsulDiscoveryProperties properties) |
+
com.netflix.loadbalancer.ServerListFilter<com.netflix.loadbalancer.Server> |
+ribbonServerListFilter() |
+
protected void |
+setProp(String serviceId,
+ String suffix,
+ String value) |
+
protected static final String VALUE_NOT_SET+
protected static final String DEFAULT_NAMESPACE+
public ConsulRibbonClientConfiguration()+
public ConsulRibbonClientConfiguration(String serviceId)+
@Bean + @ConditionalOnMissingBean +public com.netflix.loadbalancer.ServerList<?> ribbonServerList(com.netflix.client.config.IClientConfig config, + ConsulDiscoveryProperties properties)+
@Bean +public com.netflix.loadbalancer.ServerListFilter<com.netflix.loadbalancer.Server> ribbonServerListFilter()+
@Bean + @ConditionalOnMissingBean +public com.netflix.loadbalancer.IPing ribbonPing()+
@PostConstruct +public void preprocess()+
protected com.netflix.config.DynamicStringProperty getProperty(String key)+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServer.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServer.html new file mode 100644 index 00000000..95058148 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServer.html @@ -0,0 +1,362 @@ + + + + + + +public class ConsulServer
+extends com.netflix.loadbalancer.Server
+com.netflix.loadbalancer.Server.MetaInfoUNKNOWN_ZONE| Constructor and Description | +
|---|
ConsulServer(com.ecwid.consul.v1.health.model.HealthService healthService) |
+
| Modifier and Type | +Method and Description | +
|---|---|
com.ecwid.consul.v1.health.model.HealthService |
+getHealthService() |
+
Map<String,String> |
+getMetadata() |
+
com.netflix.loadbalancer.Server.MetaInfo |
+getMetaInfo() |
+
boolean |
+isPassingChecks() |
+
equals, getHost, getHostPort, getId, getPort, getZone, hashCode, isAlive, isReadyToServe, normalizeId, setAlive, setHost, setHostPort, setId, setPort, setReadyToServe, setZone, toStringpublic ConsulServer(com.ecwid.consul.v1.health.model.HealthService healthService)+
public com.netflix.loadbalancer.Server.MetaInfo getMetaInfo()+
getMetaInfo in class com.netflix.loadbalancer.Serverpublic com.ecwid.consul.v1.health.model.HealthService getHealthService()+
public boolean isPassingChecks()+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServerList.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServerList.html new file mode 100644 index 00000000..d881d83b --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServerList.html @@ -0,0 +1,338 @@ + + + + + + +public class ConsulServerList +extends com.netflix.loadbalancer.AbstractServerList<ConsulServer>+
| Constructor and Description | +
|---|
ConsulServerList(com.ecwid.consul.v1.ConsulClient client,
+ ConsulDiscoveryProperties properties) |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<ConsulServer> |
+getInitialListOfServers() |
+
List<ConsulServer> |
+getUpdatedListOfServers() |
+
void |
+initWithNiwsConfig(com.netflix.client.config.IClientConfig clientConfig) |
+
String |
+toString() |
+
getFilterImplpublic ConsulServerList(com.ecwid.consul.v1.ConsulClient client, + ConsulDiscoveryProperties properties)+
public void initWithNiwsConfig(com.netflix.client.config.IClientConfig clientConfig)+
public List<ConsulServer> getInitialListOfServers()+
public List<ConsulServer> getUpdatedListOfServers()+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServerUtils.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServerUtils.html new file mode 100644 index 00000000..800924f1 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServerUtils.html @@ -0,0 +1,303 @@ + + + + + + +public class ConsulServerUtils +extends Object+
| Constructor and Description | +
|---|
ConsulServerUtils() |
+
| Modifier and Type | +Method and Description | +
|---|---|
static String |
+findHost(com.ecwid.consul.v1.health.model.HealthService healthService) |
+
static Map<String,String> |
+getMetadata(com.ecwid.consul.v1.health.model.HealthService healthService) |
+
static Map<String,String> |
+getMetadata(List<String> tags) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/HealthServiceServerListFilter.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/HealthServiceServerListFilter.html new file mode 100644 index 00000000..941f1664 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/HealthServiceServerListFilter.html @@ -0,0 +1,287 @@ + + + + + + +public class HealthServiceServerListFilter +extends Object +implements com.netflix.loadbalancer.ServerListFilter<com.netflix.loadbalancer.Server>+
| Constructor and Description | +
|---|
HealthServiceServerListFilter() |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<com.netflix.loadbalancer.Server> |
+getFilteredListOfServers(List<com.netflix.loadbalancer.Server> servers) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/HeartbeatProperties.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/HeartbeatProperties.html new file mode 100644 index 00000000..cb5fc798 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/HeartbeatProperties.html @@ -0,0 +1,301 @@ + + + + + + +@ConfigurationProperties(prefix="spring.cloud.consul.discovery.heartbeat") +public class HeartbeatProperties +extends Object+
| Constructor and Description | +
|---|
HeartbeatProperties() |
+
| Modifier and Type | +Method and Description | +
|---|---|
protected org.joda.time.Period |
+computeHearbeatInterval() |
+
String |
+getTtl() |
+
void |
+init() |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/RibbonConsulAutoConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/RibbonConsulAutoConfiguration.html new file mode 100644 index 00000000..6026b3c3 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/RibbonConsulAutoConfiguration.html @@ -0,0 +1,249 @@ + + + + + + +@Configuration + @EnableConfigurationProperties + @ConditionalOnBean(value=org.springframework.cloud.netflix.ribbon.SpringClientFactory.class) + @ConditionalOnProperty(value="spring.cloud.consul.ribbon.enabled", + matchIfMissing=true) + @RibbonClients(defaultConfiguration=ConsulRibbonClientConfiguration.class) +public class RibbonConsulAutoConfiguration +extends Object+
| Constructor and Description | +
|---|
RibbonConsulAutoConfiguration() |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/TtlScheduler.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/TtlScheduler.html new file mode 100644 index 00000000..0f7b9427 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/TtlScheduler.html @@ -0,0 +1,296 @@ + + + + + + +public class TtlScheduler +extends Object+
| Constructor and Description | +
|---|
TtlScheduler(HeartbeatProperties configuration,
+ com.ecwid.consul.v1.ConsulClient client) |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+add(com.ecwid.consul.v1.agent.model.NewService service)
+Add a service to the checks loop.
+ |
+
void |
+remove(String serviceId) |
+
public TtlScheduler(HeartbeatProperties configuration, + com.ecwid.consul.v1.ConsulClient client)+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulCatalogWatch.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulCatalogWatch.html new file mode 100644 index 00000000..82b6b31d --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulCatalogWatch.html @@ -0,0 +1,166 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.discovery | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
ConsulCatalogWatch |
+ConsulDiscoveryClientConfiguration.consulCatalogWatch(ConsulDiscoveryProperties discoveryProperties) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryClient.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryClient.html new file mode 100644 index 00000000..04eff4d7 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryClient.html @@ -0,0 +1,167 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.discovery | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
ConsulDiscoveryClient |
+ConsulDiscoveryClientConfiguration.consulDiscoveryClient(ConsulLifecycle consulLifecycle,
+ ConsulDiscoveryProperties discoveryProperties) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryClientConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryClientConfiguration.html new file mode 100644 index 00000000..86afdab5 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryClientConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryProperties.Lifecycle.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryProperties.Lifecycle.html new file mode 100644 index 00000000..9c7a1018 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryProperties.Lifecycle.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryProperties.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryProperties.html new file mode 100644 index 00000000..bd2c15ca --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryProperties.html @@ -0,0 +1,242 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.discovery | ++ |
| org.springframework.cloud.consul.discovery.configclient | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
ConsulDiscoveryProperties |
+ConsulDiscoveryClientConfiguration.consulDiscoveryProperties(org.springframework.cloud.commons.util.InetUtils inetUtils) |
+
| Modifier and Type | +Method and Description | +
|---|---|
ConsulCatalogWatch |
+ConsulDiscoveryClientConfiguration.consulCatalogWatch(ConsulDiscoveryProperties discoveryProperties) |
+
ConsulDiscoveryClient |
+ConsulDiscoveryClientConfiguration.consulDiscoveryClient(ConsulLifecycle consulLifecycle,
+ ConsulDiscoveryProperties discoveryProperties) |
+
ConsulLifecycle |
+ConsulDiscoveryClientConfiguration.consulLifecycle(ConsulDiscoveryProperties discoveryProperties,
+ HeartbeatProperties heartbeatProperties) |
+
com.netflix.loadbalancer.ServerList<?> |
+ConsulRibbonClientConfiguration.ribbonServerList(com.netflix.client.config.IClientConfig config,
+ ConsulDiscoveryProperties properties) |
+
| Constructor and Description | +
|---|
ConsulCatalogWatch(ConsulDiscoveryProperties properties,
+ com.ecwid.consul.v1.ConsulClient consul) |
+
ConsulDiscoveryClient(com.ecwid.consul.v1.ConsulClient client,
+ ConsulLifecycle lifecycle,
+ ConsulDiscoveryProperties properties) |
+
ConsulLifecycle(com.ecwid.consul.v1.ConsulClient client,
+ ConsulDiscoveryProperties properties,
+ HeartbeatProperties ttlConfig) |
+
ConsulServerList(com.ecwid.consul.v1.ConsulClient client,
+ ConsulDiscoveryProperties properties) |
+
| Modifier and Type | +Method and Description | +
|---|---|
ConsulDiscoveryProperties |
+ConsulDiscoveryClientConfigServiceBootstrapConfiguration.consulDiscoveryProperties(org.springframework.cloud.commons.util.InetUtils inetUtils) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulLifecycle.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulLifecycle.html new file mode 100644 index 00000000..01749fa6 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulLifecycle.html @@ -0,0 +1,194 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.discovery | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
ConsulLifecycle |
+ConsulDiscoveryClientConfiguration.consulLifecycle(ConsulDiscoveryProperties discoveryProperties,
+ HeartbeatProperties heartbeatProperties) |
+
| Modifier and Type | +Method and Description | +
|---|---|
ConsulDiscoveryClient |
+ConsulDiscoveryClientConfiguration.consulDiscoveryClient(ConsulLifecycle consulLifecycle,
+ ConsulDiscoveryProperties discoveryProperties) |
+
| Constructor and Description | +
|---|
ConsulDiscoveryClient(com.ecwid.consul.v1.ConsulClient client,
+ ConsulLifecycle lifecycle,
+ ConsulDiscoveryProperties properties) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulPing.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulPing.html new file mode 100644 index 00000000..fe23db6e --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulPing.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulRibbonClientConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulRibbonClientConfiguration.html new file mode 100644 index 00000000..39bc3df6 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulRibbonClientConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServer.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServer.html new file mode 100644 index 00000000..272a5046 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServer.html @@ -0,0 +1,170 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.discovery | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
List<ConsulServer> |
+ConsulServerList.getInitialListOfServers() |
+
List<ConsulServer> |
+ConsulServerList.getUpdatedListOfServers() |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServerList.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServerList.html new file mode 100644 index 00000000..da2e1cb2 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServerList.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServerUtils.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServerUtils.html new file mode 100644 index 00000000..4e8a8a55 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServerUtils.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/HealthServiceServerListFilter.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/HealthServiceServerListFilter.html new file mode 100644 index 00000000..51cdc1d3 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/HealthServiceServerListFilter.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/HeartbeatProperties.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/HeartbeatProperties.html new file mode 100644 index 00000000..9ebe6b26 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/HeartbeatProperties.html @@ -0,0 +1,201 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.discovery | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
HeartbeatProperties |
+ConsulDiscoveryClientConfiguration.heartbeatProperties() |
+
| Modifier and Type | +Method and Description | +
|---|---|
ConsulLifecycle |
+ConsulDiscoveryClientConfiguration.consulLifecycle(ConsulDiscoveryProperties discoveryProperties,
+ HeartbeatProperties heartbeatProperties) |
+
TtlScheduler |
+ConsulDiscoveryClientConfiguration.ttlScheduler(HeartbeatProperties heartbeatProperties) |
+
| Constructor and Description | +
|---|
ConsulLifecycle(com.ecwid.consul.v1.ConsulClient client,
+ ConsulDiscoveryProperties properties,
+ HeartbeatProperties ttlConfig) |
+
TtlScheduler(HeartbeatProperties configuration,
+ com.ecwid.consul.v1.ConsulClient client) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/RibbonConsulAutoConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/RibbonConsulAutoConfiguration.html new file mode 100644 index 00000000..c3ceabd6 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/RibbonConsulAutoConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/TtlScheduler.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/TtlScheduler.html new file mode 100644 index 00000000..68c496a5 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/TtlScheduler.html @@ -0,0 +1,179 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.discovery | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
TtlScheduler |
+ConsulDiscoveryClientConfiguration.ttlScheduler(HeartbeatProperties heartbeatProperties) |
+
| Modifier and Type | +Method and Description | +
|---|---|
void |
+ConsulLifecycle.setTtlScheduler(TtlScheduler ttlScheduler) |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfiguration.html new file mode 100644 index 00000000..924dd062 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfiguration.html @@ -0,0 +1,282 @@ + + + + + + +@Configuration
+ @EnableConfigurationProperties
+ @ConditionalOnClass(value={ConsulDiscoveryProperties.class,com.ecwid.consul.v1.ConsulClient.class,org.springframework.cloud.config.server.config.ConfigServerProperties.class})
+public class ConsulConfigServerAutoConfiguration
+extends Object
+| Constructor and Description | +
|---|
ConsulConfigServerAutoConfiguration() |
+
public ConsulConfigServerAutoConfiguration()+
@PostConstruct +public void init()+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.html new file mode 100644 index 00000000..8b9dc4ed --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.html @@ -0,0 +1,284 @@ + + + + + + +@ConditionalOnClass(value=org.springframework.cloud.config.client.ConfigServicePropertySourceLocator.class)
+ @ConditionalOnProperty(value="spring.cloud.config.discovery.enabled",
+ matchIfMissing=false)
+ @Configuration
+ @Import(value={org.springframework.cloud.consul.ConsulAutoConfiguration.class,ConsulDiscoveryClientConfiguration.class})
+public class ConsulDiscoveryClientConfigServiceBootstrapConfiguration
+extends Object
+| Constructor and Description | +
|---|
ConsulDiscoveryClientConfigServiceBootstrapConfiguration() |
+
| Modifier and Type | +Method and Description | +
|---|---|
ConsulDiscoveryProperties |
+consulDiscoveryProperties(org.springframework.cloud.commons.util.InetUtils inetUtils) |
+
public ConsulDiscoveryClientConfigServiceBootstrapConfiguration()+
@Bean +public ConsulDiscoveryProperties consulDiscoveryProperties(org.springframework.cloud.commons.util.InetUtils inetUtils)+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/class-use/ConsulConfigServerAutoConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/class-use/ConsulConfigServerAutoConfiguration.html new file mode 100644 index 00000000..f9926421 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/class-use/ConsulConfigServerAutoConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/class-use/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/class-use/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.html new file mode 100644 index 00000000..ff8b81d2 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/class-use/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-frame.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-frame.html new file mode 100644 index 00000000..e2bcdfe6 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +| Class | +Description | +
|---|---|
| ConsulConfigServerAutoConfiguration | +
+ Extra configuration for config server if it happens to be registered with Consul.
+ |
+
| ConsulDiscoveryClientConfigServiceBootstrapConfiguration | +
+ Helper for config client that wants to lookup the config server via discovery.
+ |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-tree.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-tree.html new file mode 100644 index 00000000..90984e44 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-tree.html @@ -0,0 +1,140 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-use.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-use.html new file mode 100644 index 00000000..97a81152 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/AliveServerListFilter.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/AliveServerListFilter.html new file mode 100644 index 00000000..362b5dfa --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/AliveServerListFilter.html @@ -0,0 +1,299 @@ + + + + + + +@Deprecated +public class AliveServerListFilter +extends Object +implements com.netflix.loadbalancer.ServerListFilter<com.netflix.loadbalancer.Server>+
| Constructor and Description | +
|---|
AliveServerListFilter(FilteringAgentClient filteringAgentClient)
+Deprecated.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<com.netflix.loadbalancer.Server> |
+getFilteredListOfServers(List<com.netflix.loadbalancer.Server> servers)
+Deprecated.
+ |
+
public AliveServerListFilter(FilteringAgentClient filteringAgentClient)+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/FilteringAgentClient.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/FilteringAgentClient.html new file mode 100644 index 00000000..0972b1d3 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/FilteringAgentClient.html @@ -0,0 +1,297 @@ + + + + + + +@Deprecated +public class FilteringAgentClient +extends Object+
| Constructor and Description | +
|---|
FilteringAgentClient(com.ecwid.consul.v1.ConsulClient client)
+Deprecated.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<com.ecwid.consul.v1.agent.model.Member> |
+getAliveAgents()
+Deprecated.
+ |
+
Set<String> |
+getAliveAgentsAddresses()
+Deprecated.
+ |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/ServiceCheckServerListFilter.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/ServiceCheckServerListFilter.html new file mode 100644 index 00000000..7ccd7837 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/ServiceCheckServerListFilter.html @@ -0,0 +1,291 @@ + + + + + + +@Deprecated +public class ServiceCheckServerListFilter +extends Object +implements com.netflix.loadbalancer.ServerListFilter<com.netflix.loadbalancer.Server>+
| Constructor and Description | +
|---|
ServiceCheckServerListFilter(com.ecwid.consul.v1.ConsulClient client)
+Deprecated.
+ |
+
| Modifier and Type | +Method and Description | +
|---|---|
List<com.netflix.loadbalancer.Server> |
+getFilteredListOfServers(List<com.netflix.loadbalancer.Server> servers)
+Deprecated.
+ |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/AliveServerListFilter.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/AliveServerListFilter.html new file mode 100644 index 00000000..3a85f96a --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/AliveServerListFilter.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/FilteringAgentClient.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/FilteringAgentClient.html new file mode 100644 index 00000000..5c0d8315 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/FilteringAgentClient.html @@ -0,0 +1,166 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.discovery.filters | ++ |
| Constructor and Description | +
|---|
AliveServerListFilter(FilteringAgentClient filteringAgentClient)
+Deprecated.
+ |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/ServiceCheckServerListFilter.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/ServiceCheckServerListFilter.html new file mode 100644 index 00000000..2691a9b6 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/ServiceCheckServerListFilter.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-frame.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-frame.html new file mode 100644 index 00000000..b2180179 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-frame.html @@ -0,0 +1,23 @@ + + + + + + +| Class | +Description | +
|---|---|
| AliveServerListFilter | +Deprecated | +
| FilteringAgentClient | +Deprecated | +
| ServiceCheckServerListFilter | +Deprecated | +
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-tree.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-tree.html new file mode 100644 index 00000000..ad166c04 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-tree.html @@ -0,0 +1,141 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-use.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-use.html new file mode 100644 index 00000000..b42c4e63 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-use.html @@ -0,0 +1,161 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.discovery.filters | ++ |
| Class and Description | +
|---|
| FilteringAgentClient
+ Deprecated.
+ |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-frame.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-frame.html new file mode 100644 index 00000000..1f437c72 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +| Class | +Description | +
|---|---|
| ConsulCatalogWatch | ++ |
| ConsulDiscoveryClient | ++ |
| ConsulDiscoveryClientConfiguration | ++ |
| ConsulDiscoveryProperties | +
+ Defines configuration for service discovery and registration.
+ |
+
| ConsulLifecycle | ++ |
| ConsulPing | +
+ "Ping" Consul
+ i.e.
+ |
+
| ConsulRibbonClientConfiguration | +
+ Preprocessor that configures defaults for Consul-discovered ribbon clients.
+ |
+
| ConsulServer | ++ |
| ConsulServerList | ++ |
| ConsulServerUtils | ++ |
| HealthServiceServerListFilter | +
+ ServerList implementaion that filters ConsulServers based on if all their Health Checks are PASSING.
+ |
+
| HeartbeatProperties | ++ |
| RibbonConsulAutoConfiguration | ++ |
| TtlScheduler | +
+ Created by nicu on 11.03.2015.
+ |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-tree.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-tree.html new file mode 100644 index 00000000..240301d8 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-tree.html @@ -0,0 +1,165 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-use.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-use.html new file mode 100644 index 00000000..5b29b0bb --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-use.html @@ -0,0 +1,202 @@ + + + + + + +| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.discovery | ++ |
| org.springframework.cloud.consul.discovery.configclient | ++ |
| Class and Description | +
|---|
| ConsulCatalogWatch | +
| ConsulDiscoveryClient | +
| ConsulDiscoveryProperties
+ Defines configuration for service discovery and registration.
+ |
+
| ConsulLifecycle | +
| ConsulServer | +
| HeartbeatProperties | +
| TtlScheduler
+ Created by nicu on 11.03.2015.
+ |
+
| Class and Description | +
|---|
| ConsulDiscoveryProperties
+ Defines configuration for service discovery and registration.
+ |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/overview-frame.html b/spring-cloud-consul-discovery/target/apidocs/overview-frame.html new file mode 100644 index 00000000..727fecde --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/overview-frame.html @@ -0,0 +1,24 @@ + + + + + + ++ + diff --git a/spring-cloud-consul-discovery/target/apidocs/overview-summary.html b/spring-cloud-consul-discovery/target/apidocs/overview-summary.html new file mode 100644 index 00000000..6f0cb826 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/overview-summary.html @@ -0,0 +1,148 @@ + + + + + + +
| Package | +Description | +
|---|---|
| org.springframework.cloud.consul.discovery | ++ |
| org.springframework.cloud.consul.discovery.configclient | ++ |
| org.springframework.cloud.consul.discovery.filters | ++ |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/overview-tree.html b/spring-cloud-consul-discovery/target/apidocs/overview-tree.html new file mode 100644 index 00000000..e1cc390b --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/overview-tree.html @@ -0,0 +1,172 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/package-list b/spring-cloud-consul-discovery/target/apidocs/package-list new file mode 100644 index 00000000..c09e4657 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/package-list @@ -0,0 +1,3 @@ +org.springframework.cloud.consul.discovery +org.springframework.cloud.consul.discovery.configclient +org.springframework.cloud.consul.discovery.filters diff --git a/spring-cloud-consul-discovery/target/apidocs/script.js b/spring-cloud-consul-discovery/target/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/spring-cloud-consul-discovery/target/apidocs/stylesheet.css b/spring-cloud-consul-discovery/target/apidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/spring-cloud-consul-discovery/target/classes/META-INF/spring-configuration-metadata.json b/spring-cloud-consul-discovery/target/classes/META-INF/spring-configuration-metadata.json new file mode 100644 index 00000000..4cebfd9b --- /dev/null +++ b/spring-cloud-consul-discovery/target/classes/META-INF/spring-configuration-metadata.json @@ -0,0 +1,226 @@ +{ + "groups": [ + { + "name": "spring.cloud.consul.discovery", + "type": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.heartbeat", + "type": "org.springframework.cloud.consul.discovery.HeartbeatProperties", + "sourceType": "org.springframework.cloud.consul.discovery.HeartbeatProperties" + }, + { + "name": "spring.cloud.consul.discovery.lifecycle", + "type": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties$Lifecycle", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + } + ], + "properties": [ + { + "name": "spring.cloud.consul.discovery.acl-token", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.catalog-services-watch-delay", + "type": "java.lang.Integer", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": 10 + }, + { + "name": "spring.cloud.consul.discovery.catalog-services-watch-timeout", + "type": "java.lang.Integer", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": 2 + }, + { + "name": "spring.cloud.consul.discovery.default-query-tag", + "type": "java.lang.String", + "description": "Tag to query for in service list if one is not listed in serverListQueryTags.", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.enabled", + "type": "java.lang.Boolean", + "description": "Is service discovery enabled?", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": true + }, + { + "name": "spring.cloud.consul.discovery.health-check-interval", + "type": "java.lang.String", + "description": "How often to perform the health check (e.g. 10s)", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": "10s" + }, + { + "name": "spring.cloud.consul.discovery.health-check-path", + "type": "java.lang.String", + "description": "Alternate server path to invoke for health checking", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": "/health" + }, + { + "name": "spring.cloud.consul.discovery.health-check-timeout", + "type": "java.lang.String", + "description": "Timeout for health check (e.g. 10s)", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.health-check-url", + "type": "java.lang.String", + "description": "Custom health check url to override default", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.heartbeat.enabled", + "type": "java.lang.Boolean", + "sourceType": "org.springframework.cloud.consul.discovery.HeartbeatProperties", + "defaultValue": false + }, + { + "name": "spring.cloud.consul.discovery.heartbeat.heartbeat-interval", + "type": "org.joda.time.Period", + "sourceType": "org.springframework.cloud.consul.discovery.HeartbeatProperties" + }, + { + "name": "spring.cloud.consul.discovery.heartbeat.interval-ratio", + "type": "java.lang.Double", + "sourceType": "org.springframework.cloud.consul.discovery.HeartbeatProperties" + }, + { + "name": "spring.cloud.consul.discovery.heartbeat.ttl-unit", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.discovery.HeartbeatProperties", + "defaultValue": "s" + }, + { + "name": "spring.cloud.consul.discovery.heartbeat.ttl-value", + "type": "java.lang.Integer", + "sourceType": "org.springframework.cloud.consul.discovery.HeartbeatProperties", + "defaultValue": 30 + }, + { + "name": "spring.cloud.consul.discovery.host-info", + "type": "org.springframework.cloud.commons.util.InetUtils$HostInfo", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.hostname", + "type": "java.lang.String", + "description": "Hostname to use when accessing server", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.hostname", + "type": "java.lang.String", + "description": "Hostname to use when accessing server", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.instance-id", + "type": "java.lang.String", + "description": "Unique service instance id", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.ip-address", + "type": "java.lang.String", + "description": "IP address to use when accessing service (must also set preferIpAddress\n\t\t\tto use)", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.lifecycle.enabled", + "type": "java.lang.Boolean", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties$Lifecycle", + "defaultValue": true + }, + { + "name": "spring.cloud.consul.discovery.management-port", + "type": "java.lang.Integer", + "description": "Port to register the management service under (defaults to management port)", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.management-suffix", + "type": "java.lang.String", + "description": "Suffix to use when registering management service", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": "management" + }, + { + "name": "spring.cloud.consul.discovery.management-tags", + "type": "java.util.ListCopyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-sample/target/apidocs/deprecated-list.html b/spring-cloud-consul-sample/target/apidocs/deprecated-list.html new file mode 100644 index 00000000..b314f0c9 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/deprecated-list.html @@ -0,0 +1,124 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-sample/target/apidocs/help-doc.html b/spring-cloud-consul-sample/target/apidocs/help-doc.html new file mode 100644 index 00000000..60a3669e --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/help-doc.html @@ -0,0 +1,225 @@ + + + + + + +Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
+The Constant Field Values page lists the static final fields and their values.
+Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-sample/target/apidocs/index-all.html b/spring-cloud-consul-sample/target/apidocs/index-all.html new file mode 100644 index 00000000..8aa623c9 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/index-all.html @@ -0,0 +1,217 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-sample/target/apidocs/index.html b/spring-cloud-consul-sample/target/apidocs/index.html new file mode 100644 index 00000000..4da7fe44 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/index.html @@ -0,0 +1,72 @@ + + + + + + +This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to Non-frame version.
+@FeignClient(value="testConsulApp")
+public static interface SampleConsulApplication.SampleClient
+| Modifier and Type | +Method and Description | +
|---|---|
String |
+choose() |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/SampleConsulApplication.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/SampleConsulApplication.html new file mode 100644 index 00000000..de36d70a --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/SampleConsulApplication.html @@ -0,0 +1,442 @@ + + + + + + +@Configuration + @EnableAutoConfiguration + @EnableDiscoveryClient + @RestController + @EnableConfigurationProperties + @EnableFeignClients +public class SampleConsulApplication +extends Object+
| Modifier and Type | +Class and Description | +
|---|---|
static interface |
+SampleConsulApplication.SampleClient |
+
| Constructor and Description | +
|---|
SampleConsulApplication() |
+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+choose() |
+
String |
+env(String prop) |
+
String |
+feign() |
+
List<org.springframework.cloud.client.ServiceInstance> |
+instances() |
+
org.springframework.cloud.client.ServiceInstance |
+lb() |
+
static void |
+main(String[] args) |
+
org.springframework.cloud.client.ServiceInstance |
+me() |
+
String |
+prop() |
+
String |
+rest() |
+
org.springframework.web.client.RestTemplate |
+restTemplate() |
+
SampleProperties |
+sampleProperties() |
+
public SampleConsulApplication()+
@RequestMapping(value="/me") +public org.springframework.cloud.client.ServiceInstance me()+
@RequestMapping(value="/") +public org.springframework.cloud.client.ServiceInstance lb()+
@RequestMapping(value="/rest") +public String rest()+
@RequestMapping(value="/choose") +public String choose()+
@RequestMapping(value="/myenv") +public String env(@RequestParam(value="prop") + String prop)+
@RequestMapping(value="/prop") +public String prop()+
@RequestMapping(value="/instances") +public List<org.springframework.cloud.client.ServiceInstance> instances()+
@RequestMapping(value="/feign") +public String feign()+
@Bean +public SampleProperties sampleProperties()+
@Bean + @LoadBalanced +public org.springframework.web.client.RestTemplate restTemplate()+
public static void main(String[] args)+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/SampleProperties.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/SampleProperties.html new file mode 100644 index 00000000..f29cdff3 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/SampleProperties.html @@ -0,0 +1,242 @@ + + + + + + +@ConfigurationProperties(value="sample") +public class SampleProperties +extends Object+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleConsulApplication.SampleClient.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleConsulApplication.SampleClient.html new file mode 100644 index 00000000..acb62bb0 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleConsulApplication.SampleClient.html @@ -0,0 +1,124 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleConsulApplication.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleConsulApplication.html new file mode 100644 index 00000000..77745478 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleConsulApplication.html @@ -0,0 +1,124 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleProperties.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleProperties.html new file mode 100644 index 00000000..0e424f25 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleProperties.html @@ -0,0 +1,149 @@ + + + + + + +| Modifier and Type | +Method and Description | +
|---|---|
SampleProperties |
+SampleConsulApplication.sampleProperties() |
+
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-frame.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-frame.html new file mode 100644 index 00000000..8dd4ca00 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-frame.html @@ -0,0 +1,26 @@ + + + + + + +| Interface | +Description | +
|---|---|
| SampleConsulApplication.SampleClient | ++ |
| Class | +Description | +
|---|---|
| SampleConsulApplication | ++ |
| SampleProperties | ++ |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-tree.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-tree.html new file mode 100644 index 00000000..2af6bac9 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-tree.html @@ -0,0 +1,138 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-use.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-use.html new file mode 100644 index 00000000..109a4d64 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-use.html @@ -0,0 +1,142 @@ + + + + + + +| Class and Description | +
|---|
| SampleProperties | +
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-sample/target/apidocs/overview-tree.html b/spring-cloud-consul-sample/target/apidocs/overview-tree.html new file mode 100644 index 00000000..15df2df9 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/overview-tree.html @@ -0,0 +1,142 @@ + + + + + + +Copyright © 2016 Pivotal Software, Inc.. All rights reserved.
+ + diff --git a/spring-cloud-consul-sample/target/apidocs/package-list b/spring-cloud-consul-sample/target/apidocs/package-list new file mode 100644 index 00000000..14a797b9 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/package-list @@ -0,0 +1 @@ +org.springframework.cloud.consul.sample diff --git a/spring-cloud-consul-sample/target/apidocs/script.js b/spring-cloud-consul-sample/target/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/spring-cloud-consul-sample/target/apidocs/stylesheet.css b/spring-cloud-consul-sample/target/apidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/spring-cloud-consul-sample/target/classes/META-INF/spring-configuration-metadata.json b/spring-cloud-consul-sample/target/classes/META-INF/spring-configuration-metadata.json new file mode 100644 index 00000000..0c763c61 --- /dev/null +++ b/spring-cloud-consul-sample/target/classes/META-INF/spring-configuration-metadata.json @@ -0,0 +1,14 @@ +{ + "groups": [{ + "name": "sample", + "type": "org.springframework.cloud.consul.sample.SampleProperties", + "sourceType": "org.springframework.cloud.consul.sample.SampleProperties" + }], + "properties": [{ + "name": "sample.prop", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.sample.SampleProperties", + "defaultValue": "default value" + }], + "hints": [] +} \ No newline at end of file diff --git a/spring-cloud-consul-sample/target/classes/application.yml b/spring-cloud-consul-sample/target/classes/application.yml new file mode 100644 index 00000000..366a8af7 --- /dev/null +++ b/spring-cloud-consul-sample/target/classes/application.yml @@ -0,0 +1,17 @@ +server: + port: 8080 + +ribbon: + ServerListRefreshInterval: 1000 + +endpoints: + health: + sensitive: false + restart: + enabled: true + shutdown: + enabled: true + +logging: + level: + org.springframework.cloud.consul: DEBUG \ No newline at end of file diff --git a/spring-cloud-consul-sample/target/classes/bootstrap.yml b/spring-cloud-consul-sample/target/classes/bootstrap.yml new file mode 100644 index 00000000..b6e88eb5 --- /dev/null +++ b/spring-cloud-consul-sample/target/classes/bootstrap.yml @@ -0,0 +1,3 @@ +spring: + application: + name: testConsulApp diff --git a/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleConsulApplication$SampleClient.class b/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleConsulApplication$SampleClient.class new file mode 100644 index 00000000..c227871d Binary files /dev/null and b/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleConsulApplication$SampleClient.class differ diff --git a/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleConsulApplication.class b/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleConsulApplication.class new file mode 100644 index 00000000..c15e1448 Binary files /dev/null and b/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleConsulApplication.class differ diff --git a/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleProperties.class b/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleProperties.class new file mode 100644 index 00000000..809b90da Binary files /dev/null and b/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleProperties.class differ diff --git a/spring-cloud-consul-sample/target/invoker/maven-javadoc-plugin1030682425.txt b/spring-cloud-consul-sample/target/invoker/maven-javadoc-plugin1030682425.txt new file mode 100644 index 00000000..687e6cb2 --- /dev/null +++ b/spring-cloud-consul-sample/target/invoker/maven-javadoc-plugin1030682425.txt @@ -0,0 +1,34 @@ +Invoking Maven for the goals: [org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:javadoc] with no properties + +M2_HOME=/home/jenkins/.m2/wrapper/dists/apache-maven-3.3.9-bin/2609u9g41na2l7ogackmif6fj2/apache-maven-3.3.9 +MAVEN_OPTS=null +JAVA_HOME=/opt/jenkins/data/tools/hudson.model.JDK/jdk8/jdk1.8.0_91/jre/.. +JAVA_OPTS=null + +[INFO] Scanning for projects... +[WARNING] +[WARNING] Some problems were encountered while building the effective model for org.springframework.cloud:spring-cloud-starter-consul-all:jar:1.1.0.BUILD-SNAPSHOT +[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.springframework.cloud:spring-cloud-build:1.2.1.BUILD-SNAPSHOT, /opt/jenkins/.m2/repository/org/springframework/cloud/spring-cloud-build/1.2.1.BUILD-SNAPSHOT/spring-cloud-build-1.2.1.BUILD-SNAPSHOT.pom, line 147, column 12 +[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.springframework.cloud:spring-cloud-build:1.2.1.BUILD-SNAPSHOT, /opt/jenkins/.m2/repository/org/springframework/cloud/spring-cloud-build/1.2.1.BUILD-SNAPSHOT/spring-cloud-build-1.2.1.BUILD-SNAPSHOT.pom, line 132, column 12 +[WARNING] +[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. +[WARNING] +[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. +[WARNING] +[INFO] +[INFO] ------------------------------------------------------------------------ +[INFO] Building Spring Cloud Starter Consul All 1.1.0.BUILD-SNAPSHOT +[INFO] ------------------------------------------------------------------------ +[INFO] +[INFO] >>> maven-javadoc-plugin:2.10.4:javadoc (default-cli) > generate-sources @ spring-cloud-starter-consul-all >>> +[INFO] +[INFO] <<< maven-javadoc-plugin:2.10.4:javadoc (default-cli) < generate-sources @ spring-cloud-starter-consul-all <<< +[INFO] +[INFO] --- maven-javadoc-plugin:2.10.4:javadoc (default-cli) @ spring-cloud-starter-consul-all --- +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.649 s +[INFO] Finished at: 2016-09-22T13:40:50+00:00 +[INFO] Final Memory: 30M/355M +[INFO] ------------------------------------------------------------------------ diff --git a/spring-cloud-consul-sample/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-consul-sample/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 00000000..8b89c977 --- /dev/null +++ b/spring-cloud-consul-sample/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + +