We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba380e commit 18e9d76Copy full SHA for 18e9d76
lib/grpc/stream.ex
@@ -69,7 +69,7 @@ defmodule GRPC.Stream do
69
70
- `:join_with` — An optional external `GenStage` producer to merge with the gRPC input.
71
- `:dispatcher` — Specifies the `Flow` dispatcher (defaults to `GenStage.DemandDispatcher`).
72
- - `:propagate_context` - If `true`, the context from the `materializer` is propagated to the Flow.
+ - `:propagate_context` - If `true`, the context from the `materializer` is propagated to the `Flow`.
73
- `:materializer` - The `%GRPC.Server.Stream{}` struct representing the current gRPC stream context.
74
75
And any other options supported by `Flow`.
0 commit comments