GrpcInvocationPayload<Q, R> constructor
GrpcInvocationPayload<Q, R> ({
- required ServiceCall call,
- required Stream<
Q> requests, - required ServiceMethod<
Q, R> method, - required ServerStreamingInvoker<
Q, R> invoker,
Creates a gRPC invocation payload.
Implementation
GrpcInvocationPayload({
required this.call,
required this.requests,
required this.method,
required this.invoker,
});