MessageApiServiceBase class abstract

Constructors

MessageApiServiceBase()

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
batchQuery(ServiceCall call, BatchQueryRequest request) Future<BatchQueryResponse>
batchQuery_Pre(ServiceCall call, Future<BatchQueryRequest> request) Future<BatchQueryResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish(ServiceCall call, PublishRequest request) Future<PublishResponse>
publish_Pre(ServiceCall call, Future<PublishRequest> request) Future<PublishResponse>
query(ServiceCall call, QueryRequest request) Future<QueryResponse>
query_Pre(ServiceCall call, Future<QueryRequest> request) Future<QueryResponse>
subscribe(ServiceCall call, SubscribeRequest request) Stream<Envelope>
subscribe2(ServiceCall call, Stream<SubscribeRequest> request) Stream<Envelope>
subscribe_Pre(ServiceCall call, Future<SubscribeRequest> request) Stream<Envelope>
subscribeAll(ServiceCall call, SubscribeAllRequest request) Stream<Envelope>
subscribeAll_Pre(ServiceCall call, Future<SubscribeAllRequest> request) Stream<Envelope>
toString() String
A string representation of this object.
inherited

Operators

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