Package | Description |
---|---|
ratpack.func |
General functional (i.e. Single Abstract Method) types.
|
ratpack.health |
Health checks report on the status of key components in the system and are generally used for monitoring and reporting.
|
Modifier and Type | Method and Description |
---|---|
default <V> BiFunction<I1,I2,V> |
BiFunction.andThen(Function<? super O,? extends V> transform) |
Modifier and Type | Method and Description |
---|---|
static HealthCheck |
HealthCheck.of(String name,
BiFunction<? super ExecControl,? super Registry,? extends Promise<HealthCheck.Result>> func)
Convenience factory for health check implementations.
|