@Configuration
@EnableConfigurationProperties
@ConditionalOnProperty(value="spring.cloud.netflix.sidecar.enabled",
matchIfMissing=true)
public class SidecarConfiguration
extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
SidecarConfiguration.EurekaInstanceConfigBeanConfiguration |
| Constructor and Description |
|---|
SidecarConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.client.actuator.HasFeatures |
Feature() |
LocalApplicationHealthIndicator |
localApplicationHealthIndicator() |
SidecarController |
sidecarController() |
SidecarProperties |
sidecarProperties() |
@Bean public org.springframework.cloud.client.actuator.HasFeatures Feature()
@Bean public SidecarProperties sidecarProperties()
@Bean public LocalApplicationHealthIndicator localApplicationHealthIndicator()
@Bean public SidecarController sidecarController()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.