HealthService class
Constructors
Properties
- configPath → ConfigPath?
-
finalinherited
- environment → Environment
-
Fetch the environment configuration from
ConfigService.no setterinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- isHealthy → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- upSince → DateTime
-
no setter
- uptime → Duration
-
no setter
Methods
-
config<
T> (String path) → T -
Fetches a configuration value from
ConfigService.inherited -
configObject<
T extends TransferObjectBase> (String path, TransferBean< T> bean) → T -
Fetches a configuration value from
ConfigServiceand parse it into the TransferObject.inherited -
initialize(
) → Future< void> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recordError(
) → void -
setUnhealthy(
) → void -
shutdown(
) → Future< void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited