public class DbHealthIndicatorImpl<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DbHealthIndicatorImpl.HealthDown<T> |
static interface |
DbHealthIndicatorImpl.HealthDownDetails<T> |
static interface |
DbHealthIndicatorImpl.HealthUp<T> |
static interface |
DbHealthIndicatorImpl.HealthUpDetails<T> |
public DbHealthIndicatorImpl(String healthDummySelect, TenantAwareDataSource dataSource, Long healthCheckIntervalMillis, DbHealthIndicatorImpl.HealthUp<T> healthUp, DbHealthIndicatorImpl.HealthDown<T> healthDown, DbHealthIndicatorImpl.HealthDownDetails<T> healthDownDetails, DbHealthIndicatorImpl.HealthUpDetails<T> healthUpDetails)
@Deprecated public DbHealthIndicatorImpl(String healthDummySelect, TenantAwareDataSource dataSource, Long healthCheckIntervalMillis, DbHealthIndicatorImpl.HealthUp<T> healthUp, DbHealthIndicatorImpl.HealthDown<T> healthDown, DbHealthIndicatorImpl.HealthDownDetails<T> healthDownDetails, DbHealthIndicatorImpl.HealthUpDetails<T> healthUpDetails, boolean newCheck)
@Deprecated public DbHealthIndicatorImpl(String healthDummySelect, TenantAwareDataSource dataSource, Long healthCheckIntervalMillis, DbHealthIndicatorImpl.HealthUp<T> healthUp, DbHealthIndicatorImpl.HealthDown<T> healthDown, DbHealthIndicatorImpl.HealthDownDetails<T> healthDownDetails)
Copyright © 2021 SAP. All rights reserved.