MPIBuiltin class

Implemented types

Constructors

MPIBuiltin(InvocationHandler _h)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debug(Map<String, String> features, {Context? ctx}) Future<void>
Debug set the application log level.
override
doc(String name, String formatter, {Context? ctx}) Future<String?>
Doc export the documents.
override
dump(List<String> names, {Context? ctx}) Future<Map<String, String>?>
Dump the application data.
override
fallback({Context? ctx}) Future<void>
Fallback is fallback service
override
ioc() → void
override
methods() Map<String, Introspector>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stats(List<String> features, {Context? ctx}) Future<Map<String, String>?>
Stats will collect health check stats.
override
toString() String
A string representation of this object.
inherited
version({Context? ctx}) Future<Versions?>
Version will get the builtin application version.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited