Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.elasticsearch |
Auto-configuration for actuator Elasticsearch concerns.
|
org.springframework.boot.actuate.autoconfigure.health |
Auto-configuration for actuator health concerns.
|
org.springframework.boot.actuate.autoconfigure.metrics |
Auto-configuration for actuator metrics and Micrometer.
|
org.springframework.boot.actuate.autoconfigure.metrics.export.humio |
Support for exporting actuator metrics to Humio.
|
org.springframework.boot.autoconfigure.amqp |
Auto-configuration for RabbitMQ.
|
org.springframework.boot.autoconfigure.jackson |
Auto-configuration for Jackson.
|
org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
org.springframework.boot.autoconfigure.web.servlet |
Auto-configuration for servlet web servers and Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
ElasticsearchHealthIndicatorProperties.getIndices()
Deprecated.
|
Duration |
ElasticsearchHealthIndicatorProperties.getResponseTimeout()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Integer> |
HealthIndicatorProperties.getHttpMapping()
Deprecated.
|
List<String> |
HealthIndicatorProperties.getOrder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
MetricsProperties.Web.Client.getRequestsMetricName()
Deprecated.
since 2.2.0 in favor of
MetricsProperties.Web.Client.ClientRequest.getMetricName() |
String |
MetricsProperties.Web.Server.getRequestsMetricName()
Deprecated.
since 2.2.0 in favor of
MetricsProperties.Web.Server.ServerRequest.getMetricName() |
boolean |
MetricsProperties.Web.Server.isAutoTimeRequests()
Deprecated.
since 2.2.0 in favor of
AutoTimeProperties.isEnabled() |
Modifier and Type | Method and Description |
---|---|
String |
HumioProperties.getRepository()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Integer |
RabbitProperties.SimpleContainer.getTransactionSize()
Deprecated.
since 2.2.0 in favor of
RabbitProperties.SimpleContainer.getBatchSize() |
boolean |
RabbitProperties.isPublisherConfirms()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
JacksonProperties.getJodaDateTimeFormat()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Duration |
ServerProperties.getConnectionTimeout()
Deprecated.
|
DataSize |
ServerProperties.Tomcat.getMaxHttpPostSize()
Deprecated.
|
DataSize |
ServerProperties.Jetty.getMaxHttpPostSize()
Deprecated.
|
Boolean |
ServerProperties.isUseForwardHeaders()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WebMvcProperties.Contentnegotiation.isFavorPathExtension()
Deprecated.
|
boolean |
WebMvcProperties.Pathmatch.isUseRegisteredSuffixPattern()
Deprecated.
|
boolean |
WebMvcProperties.Pathmatch.isUseSuffixPattern()
Deprecated.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.