Spring Boot for VMware GemFire
Class PeerCacheHealthIndicatorConfiguration
java.lang.Object
org.springframework.geode.boot.actuate.autoconfigure.config.PeerCacheHealthIndicatorConfiguration
@Configuration
@Conditional(PeerCacheCondition.class)
public class PeerCacheHealthIndicatorConfiguration
extends Object
Spring
Configuration class declaring Spring beans for Apache Geode peer Cache
HealthIndicators.- Since:
- 1.0.0
- See Also:
-
CacheGemFireCacheBeanPostProcessorHealthIndicatorBeanConfigurationGeodeAsyncEventQueuesHealthIndicatorGeodeCacheServersHealthIndicatorGeodeGatewayReceiversHealthIndicatorGeodeGatewaySendersHealthIndicator
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PeerCacheHealthIndicatorConfiguration
public PeerCacheHealthIndicatorConfiguration()
-