SerinusInterceptor class
The SerinusInterceptor class is the gRPC interceptor for Serinus.
Constructors
- SerinusInterceptor(GrpcTransport transporter, ApplicationConfig _config)
- Creates a gRPC interceptor for Serinus.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transporter → GrpcTransport
-
The transporter instance is used to handle gRPC requests.
final
Methods
-
intercept<
Q, R> (ServiceCall call, ServiceMethod< Q, R> method, Stream<Q> requests, ServerStreamingInvoker<Q, R> invoker) → Stream<R> -
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