ContractorGRPCServiceBase class abstract

Annotations
  • @GrpcServiceName.new('Spic.ContractorGRPC')

Constructors

ContractorGRPCServiceBase()

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
create(ServiceCall call, ContractorProto_CreateRequest request) Future<ContractorProto>
create_Pre(ServiceCall $call, Future<ContractorProto_CreateRequest> $request) Future<ContractorProto>
delete(ServiceCall call, ContractorProto_DeleteRequest request) Future<ContractorProto_DeleteReply>
delete_Pre(ServiceCall $call, Future<ContractorProto_DeleteRequest> $request) Future<ContractorProto_DeleteReply>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve(ServiceCall call, ContractorProto_RetrieveRequest request) Future<ContractorProto>
retrieve_Pre(ServiceCall $call, Future<ContractorProto_RetrieveRequest> $request) Future<ContractorProto>
search_Pre(ServiceCall $call, Future<ContractorProto_SearchRequest> $request) Future<ContractorProto_SearchReply>
toString() String
A string representation of this object.
inherited
update(ServiceCall call, ContractorProto_UpdateRequest request) Future<ContractorProto>
update_Pre(ServiceCall $call, Future<ContractorProto_UpdateRequest> $request) Future<ContractorProto>

Operators

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