Package | Description |
---|---|
ratpack.codahale.metrics | |
ratpack.handling |
The handling of application requests.
|
Constructor and Description |
---|
HealthCheckEndpoint(PathBinder binding) |
MetricsEndpoint(PathBinder binding,
ratpack.codahale.metrics.internal.MetricsBroadcaster broadcaster) |
Modifier and Type | Method and Description |
---|---|
static Handler |
Handlers.path(PathBinder pathBinder,
Handler handler)
Creates a handler that delegates to the given handlers if the request can be bound by the given path binder.
|