Class SourceShape<TOut>
A Source Shape has exactly one output and no inputs, it models a source of data.
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public sealed class SourceShape<TOut> : Shape, ICloneable
Type Parameters
Name | Description |
---|---|
TOut | TBD |
Constructors
| Improve this Doc View SourceSourceShape(Outlet<TOut>)
TBD
Declaration
public SourceShape(Outlet<TOut> outlet)
Parameters
Type | Name | Description |
---|---|---|
Outlet<TOut> | outlet | TBD |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | TBD |
Fields
| Improve this Doc View SourceOutlet
TBD
Declaration
public readonly Outlet<TOut> Outlet
Field Value
Type | Description |
---|---|
Outlet<TOut> |
Properties
| Improve this Doc View SourceInlets
TBD
Declaration
public override ImmutableArray<Inlet> Inlets { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableArray<Inlet> |
Overrides
| Improve this Doc View SourceOutlets
TBD
Declaration
public override ImmutableArray<Outlet> Outlets { get; }
Property Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableArray<Outlet> |
Overrides
Methods
| Improve this Doc View SourceCopyFromPorts(ImmutableArray<Inlet>, ImmutableArray<Outlet>)
TBD
Declaration
public override Shape CopyFromPorts(ImmutableArray<Inlet> inlets, ImmutableArray<Outlet> outlets)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Immutable.ImmutableArray<Inlet> | inlets | TBD |
System.Collections.Immutable.ImmutableArray<Outlet> | outlets | TBD |
Returns
Type | Description |
---|---|
Shape | TBD |
Overrides
Exceptions
Type | Condition |
---|---|
ArgumentException | This exception is thrown when the size of the specified |
DeepCopy()
TBD
Declaration
public override Shape DeepCopy()
Returns
Type | Description |
---|---|
Shape | TBD |
Overrides
| Improve this Doc View SourceEquals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj |
Returns
Type | Description |
---|---|
Boolean |
Overrides
| Improve this Doc View SourceGetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |