NetworkControlRpcServiceBase class abstract
- Annotations
-
- @GrpcServiceName.new('xyz.stratalab.node.services.NetworkControlRpc')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
addPeer(
ServiceCall call, AddPeerReq request) → Future< AddPeerRes> -
addPeer_Pre(
ServiceCall call, Future< AddPeerReq> request) → Future<AddPeerRes> -
forgetPeer(
ServiceCall call, ForgetPeerReq request) → Future< ForgetPeerRes> -
forgetPeer_Pre(
ServiceCall call, Future< ForgetPeerReq> request) → Future<ForgetPeerRes> -
getHostId(
ServiceCall call, GetHostIdReq request) → Future< GetHostIdRes> -
getHostId_Pre(
ServiceCall call, Future< GetHostIdReq> request) → Future<GetHostIdRes> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited