Class Outlet
An Outlet is a typed output to a Shape. Its partner in the Module view is the OutPort(which does not bear an element type because Modules only express the internal structural hierarchy of stream topologies).
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public abstract class Outlet : OutPort
Constructors
| Improve this Doc View SourceOutlet(String)
TBD
Declaration
protected Outlet(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | TBD |
Fields
| Improve this Doc View SourceName
TBD
Declaration
public readonly string Name
Field Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceCarbonCopy()
TBD
Declaration
public abstract Outlet CarbonCopy()
Returns
Type | Description |
---|---|
Outlet | TBD |
Create<T>(Outlet)
TBD
Declaration
public static Outlet<T> Create<T>(Outlet outlet)
Parameters
Type | Name | Description |
---|---|---|
Outlet | outlet | TBD |
Returns
Type | Description |
---|---|
Outlet<T> | TBD |
Type Parameters
Name | Description |
---|---|
T | TBD |
ToString()
Declaration
public sealed override string ToString()
Returns
Type | Description |
---|---|
String |