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> |
| Constructor and Description |
|---|
DbHealthIndicatorImpl(String healthDummySelect,
TenantAwareDataSource dataSource,
Long healthCheckIntervalMillis,
DbHealthIndicatorImpl.HealthUp<T> healthUp,
DbHealthIndicatorImpl.HealthDownDetails<T> healthDownDetails,
DbHealthIndicatorImpl.HealthUpDetails<T> healthUpDetails) |
public DbHealthIndicatorImpl(String healthDummySelect, TenantAwareDataSource dataSource, Long healthCheckIntervalMillis, DbHealthIndicatorImpl.HealthUp<T> healthUp, DbHealthIndicatorImpl.HealthDownDetails<T> healthDownDetails, DbHealthIndicatorImpl.HealthUpDetails<T> healthUpDetails)
Copyright © 2022 SAP. All rights reserved.