Class Inlet
An Inlet is a typed input to a Shape. Its partner in the Module view is the InPort(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 Inlet : InPort
Constructors
| Improve this Doc View SourceInlet(String)
TBD
Declaration
protected Inlet(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentException | This exception is thrown when the specified |
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 Inlet CarbonCopy()
Returns
Type | Description |
---|---|
Inlet | TBD |
Create<T>(Inlet)
TBD
Declaration
public static Inlet<T> Create<T>(Inlet inlet)
Parameters
Type | Name | Description |
---|---|---|
Inlet | inlet | TBD |
Returns
Type | Description |
---|---|
Inlet<T> | TBD |
Type Parameters
Name | Description |
---|---|
T | TBD |
ToString()
Declaration
public sealed override string ToString()
Returns
Type | Description |
---|---|
String |