DataServiceBase class abstract

Constructors

DataServiceBase()

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
acknowledge(ServiceCall call, AcknowledgeRequest request) Future<AcknowledgeResponse>
acknowledge_Pre(ServiceCall call, Future<AcknowledgeRequest> request) Future<AcknowledgeResponse>
createSubscription(ServiceCall call, CreateSubscriptionRequest request) Future<CreateSubscriptionResponse>
createSubscription_Pre(ServiceCall call, Future<CreateSubscriptionRequest> request) Future<CreateSubscriptionResponse>
deleteSubscription(ServiceCall call, DeleteSubscriptionRequest request) Future<DeleteSubscriptionResponse>
deleteSubscription_Pre(ServiceCall call, Future<DeleteSubscriptionRequest> request) Future<DeleteSubscriptionResponse>
fetch(ServiceCall call, FetchRequest request) Future<FetchResponse>
fetch_Pre(ServiceCall call, Future<FetchRequest> request) Future<FetchResponse>
listSubscriptions(ServiceCall call, ListSubscriptionsRequest request) Future<ListSubscriptionsResponse>
listSubscriptions_Pre(ServiceCall call, Future<ListSubscriptionsRequest> request) Future<ListSubscriptionsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stream(ServiceCall call, StreamRequest request) Stream<StreamResponse>
stream_Pre(ServiceCall call, Future<StreamRequest> request) Stream<StreamResponse>
toString() String
A string representation of this object.
inherited

Operators

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