GrpcRouteContext<T> class sealed

The GrpcRouteContext class is the gRPC route context.

Implementers

Properties

exceptionFilters Set<ExceptionFilter>
The exceptionFilters property contains the exception filters available in the context.
final
handler → T
The handler property contains the handler function.
final
hashCode int
The hash code for this object.
no setterinherited
hooks → HooksContainer
The hooks property contains the hooks available in the context.
final
pipes Set<Pipe>
The pipes property contains the pipes available in the context.
final
providers Map<Type, Provider>
The providers property contains the providers available in the context.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streaming bool
Indicates whether the handler is streaming.
final

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