Class GraphDsl.ForwardOps<TOut, TMat>
TBD
Inherited Members
Namespace: Akka.Streams.Dsl
Assembly: Akka.Streams.dll
Syntax
public sealed class ForwardOps<TOut, TMat>
Type Parameters
Name | Description |
---|---|
TOut | TBD |
TMat | TBD |
Constructors
| Improve this Doc View SourceForwardOps(GraphDsl.Builder<TMat>, Outlet<TOut>)
TBD
Declaration
public ForwardOps(GraphDsl.Builder<TMat> builder, Outlet<TOut> outlet)
Parameters
Type | Name | Description |
---|---|---|
GraphDsl.Builder<TMat> | builder | TBD |
Outlet<TOut> | outlet | TBD |
Properties
| Improve this Doc View SourceOut
TBD
Declaration
public Outlet<TOut> Out { get; }
Property Value
Type | Description |
---|---|
Outlet<TOut> |