LoxiaHealthIndicator class
A health indicator that checks the connectivity to a Loxia datasource by performing a simple query.
- Inheritance
-
- Object
- HealthIndicator
- LoxiaHealthIndicator
Constructors
- LoxiaHealthIndicator(String _name)
- Creates a Loxia health indicator.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pingCheck(
RequestContext context) → Future< HealthIndicatorCheck> -
Returns a map with the status of the specific component.
Throws an exception if the component is critically failing.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited