DbHealthIndicatorImpl(String healthDummySelect,
TenantAwareDataSource dataSource,
Long healthCheckIntervalMillis,
DbHealthIndicatorImpl.HealthUp<T> healthUp,
DbHealthIndicatorImpl.HealthDown<T> healthDown,
DbHealthIndicatorImpl.HealthDownDetails<T> healthDownDetails)
Deprecated.
|
DbHealthIndicatorImpl(String healthDummySelect,
TenantAwareDataSource dataSource,
Long healthCheckIntervalMillis,
DbHealthIndicatorImpl.HealthUp<T> healthUp,
DbHealthIndicatorImpl.HealthDown<T> healthDown,
DbHealthIndicatorImpl.HealthDownDetails<T> healthDownDetails,
DbHealthIndicatorImpl.HealthUpDetails<T> healthUpDetails) |
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.
|