PubsubServiceBase class abstract
- Annotations
-
- @GrpcServiceName('cache_client.pubsub.Pubsub')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
publish(
ServiceCall call, PublishRequest_ request) → Future< Empty_> -
publish_Pre(
ServiceCall call, Future< PublishRequest_> request) → Future<Empty_> -
subscribe(
ServiceCall call, SubscriptionRequest_ request) → Stream< SubscriptionItem_> -
subscribe_Pre(
ServiceCall call, Future< SubscriptionRequest_> request) → Stream<SubscriptionItem_> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited