ModuleServiceBase class abstract

Inheritance
Annotations

Constructors

ModuleServiceBase()

Properties

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

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
addResource(ServiceCall call, AddResourceRequest request) Future<AddResourceResponse>
addResource_Pre(ServiceCall call, Future<AddResourceRequest> request) Future<AddResourceResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ready(ServiceCall call, ReadyRequest request) Future<ReadyResponse>
ready_Pre(ServiceCall call, Future<ReadyRequest> request) Future<ReadyResponse>
reconfigureResource(ServiceCall call, ReconfigureResourceRequest request) Future<ReconfigureResourceResponse>
reconfigureResource_Pre(ServiceCall call, Future<ReconfigureResourceRequest> request) Future<ReconfigureResourceResponse>
removeResource(ServiceCall call, RemoveResourceRequest request) Future<RemoveResourceResponse>
removeResource_Pre(ServiceCall call, Future<RemoveResourceRequest> request) Future<RemoveResourceResponse>
toString() String
A string representation of this object.
inherited
validateConfig(ServiceCall call, ValidateConfigRequest request) Future<ValidateConfigResponse>
validateConfig_Pre(ServiceCall call, Future<ValidateConfigRequest> request) Future<ValidateConfigResponse>

Operators

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