WorldStateStoreServiceBase class
abstract
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
-
doCommand(ServiceCall call, DoCommandRequest request)
→ Future<DoCommandResponse>
-
-
doCommand_Pre(ServiceCall call, Future<DoCommandRequest> request)
→ Future<DoCommandResponse>
-
-
getStatus(ServiceCall call, GetStatusRequest request)
→ Future<GetStatusResponse>
-
-
getStatus_Pre(ServiceCall call, Future<GetStatusRequest> request)
→ Future<GetStatusResponse>
-
-
getTransform(ServiceCall call, GetTransformRequest request)
→ Future<GetTransformResponse>
-
-
getTransform_Pre(ServiceCall call, Future<GetTransformRequest> request)
→ Future<GetTransformResponse>
-
-
listUUIDs(ServiceCall call, ListUUIDsRequest request)
→ Future<ListUUIDsResponse>
-
-
listUUIDs_Pre(ServiceCall call, Future<ListUUIDsRequest> request)
→ Future<ListUUIDsResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
streamTransformChanges(ServiceCall call, StreamTransformChangesRequest request)
→ Stream<StreamTransformChangesResponse>
-
-
streamTransformChanges_Pre(ServiceCall call, Future<StreamTransformChangesRequest> request)
→ Stream<StreamTransformChangesResponse>
-
-
toString()
→ String
-
A string representation of this object.
inherited