AdminServiceBase class abstract

Annotations
  • @GrpcServiceName('AdminService')

Constructors

AdminServiceBase.new()

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
deleteAllMessagesFromDb(ServiceCall call, Empty request) Future<Empty>
deleteAllMessagesFromDb_Pre(ServiceCall call, Future<Empty> request) Future<Empty>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuildSyncTrie(ServiceCall call, Empty request) Future<Empty>
rebuildSyncTrie_Pre(ServiceCall call, Future<Empty> request) Future<Empty>
submitIdRegistryEvent(ServiceCall call, IdRegistryEvent request) Future<IdRegistryEvent>
submitIdRegistryEvent_Pre(ServiceCall call, Future<IdRegistryEvent> request) Future<IdRegistryEvent>
submitNameRegistryEvent(ServiceCall call, NameRegistryEvent request) Future<NameRegistryEvent>
submitNameRegistryEvent_Pre(ServiceCall call, Future<NameRegistryEvent> request) Future<NameRegistryEvent>
submitOnChainEvent(ServiceCall call, OnChainEvent request) Future<OnChainEvent>
submitOnChainEvent_Pre(ServiceCall call, Future<OnChainEvent> request) Future<OnChainEvent>
toString() String
A string representation of this object.
inherited

Operators

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