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
| Edit this page View SourceOutlet(string)
TBD
Declaration
protected Outlet(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | TBD |
Fields
| Edit this page View SourceName
TBD
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page 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 override sealed string ToString()
Returns
| Type | Description |
|---|---|
| string |
Edit this page