public interface SupervisionStrategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
SupervisionStrategy.Scope |
| Modifier and Type | Field and Description |
|---|---|
static int |
DefaultIntensity |
static long |
DefaultPeriod |
static int |
ForeverIntensity |
static long |
ForeverPeriod |
| Modifier and Type | Method and Description |
|---|---|
int |
intensity() |
long |
period() |
SupervisionStrategy.Scope |
scope() |
static final int DefaultIntensity
static final int ForeverIntensity
static final long DefaultPeriod
static final long ForeverPeriod
int intensity()
long period()
SupervisionStrategy.Scope scope()
Copyright © 2021. All rights reserved.