GrpcStreamRouteHandlerSpec<Req extends GeneratedMessage, Res extends GeneratedMessage> class

The GrpcStreamRouteHandlerSpec class is the gRPC streaming route handler specification.

Inheritance

Constructors

GrpcStreamRouteHandlerSpec(GrpcRoute route, Stream<Res> handler(ServiceCall call, Stream<Req> requests, RpcContext context))
Creates a gRPC stream route handler specification.

Properties

handler GrpcStreamHandler<GeneratedMessage, GeneratedMessage>
The handler property contains the handler function.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
route → Route
The route property contains the route information.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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