NodeServiceBase class abstract

Constructors

NodeServiceBase()

Properties

$name String
no setter
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
build(ServiceCall call, Empty request) Future<BuildResponse>
build_Pre(ServiceCall call, Future<Empty> request) Future<BuildResponse>
echo(ServiceCall call, EchoRequest request) Future<EchoResponse>
echo_Pre(ServiceCall call, Future<EchoRequest> request) Future<EchoResponse>
errorStream(ServiceCall call, ErrorStreamRequest request) Stream<ErrorStreamResponse>
errorStream_Pre(ServiceCall call, Future<ErrorStreamRequest> request) Stream<ErrorStreamResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shutdown(ServiceCall call, ShutdownRequest request) Future<ShutdownResponse>
shutdown_Pre(ServiceCall call, Future<ShutdownRequest> request) Future<ShutdownResponse>
status(ServiceCall call, StatusRequest request) Future<StatusResponse>
status_Pre(ServiceCall call, Future<StatusRequest> request) Future<StatusResponse>
statusStream(ServiceCall call, StatusStreamRequest request) Stream<StatusStreamResponse>
statusStream_Pre(ServiceCall call, Future<StatusStreamRequest> request) Stream<StatusStreamResponse>
syncStart(ServiceCall call, SyncStartRequest request) Future<SyncStartResponse>
syncStart_Pre(ServiceCall call, Future<SyncStartRequest> request) Future<SyncStartResponse>
toString() String
A string representation of this object.
inherited
updatePoetServer(ServiceCall call, UpdatePoetServerRequest request) Future<UpdatePoetServerResponse>
updatePoetServer_Pre(ServiceCall call, Future<UpdatePoetServerRequest> request) Future<UpdatePoetServerResponse>
version(ServiceCall call, Empty request) Future<VersionResponse>
version_Pre(ServiceCall call, Future<Empty> request) Future<VersionResponse>

Operators

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