Class TickSource<T>
TBD
Implements
IGraph<SourceShape<T>>
Inherited Members
Namespace: Akka.Streams.Implementation.Fusing
Assembly: Akka.Streams.dll
Syntax
public sealed class TickSource<T> : GraphStageWithMaterializedValue<SourceShape<T>, ICancelable>, IGraphStageWithMaterializedValue<SourceShape<T>, ICancelable>, IGraph<SourceShape<T>, ICancelable>, IGraph<SourceShape<T>>
Type Parameters
Name | Description |
---|---|
T | TBD |
Constructors
| Edit this page View SourceTickSource(TimeSpan, TimeSpan, T)
TBD
Declaration
public TickSource(TimeSpan initialDelay, TimeSpan interval, T tick)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | initialDelay | TBD |
TimeSpan | interval | TBD |
T | tick | TBD |
Properties
| Edit this page View SourceInitialAttributes
TBD
Declaration
protected override Attributes InitialAttributes { get; }
Property Value
Type | Description |
---|---|
Attributes |
Overrides
| Edit this page View SourceOut
TBD
Declaration
public Outlet<T> Out { get; }
Property Value
Type | Description |
---|---|
Outlet<T> |
Shape
TBD
Declaration
public override SourceShape<T> Shape { get; }
Property Value
Type | Description |
---|---|
SourceShape<T> |
Overrides
Methods
| Edit this page View SourceCreateLogicAndMaterializedValue(Attributes)
TBD
Declaration
public override ILogicAndMaterializedValue<ICancelable> CreateLogicAndMaterializedValue(Attributes inheritedAttributes)
Parameters
Type | Name | Description |
---|---|---|
Attributes | inheritedAttributes | TBD |
Returns
Type | Description |
---|---|
ILogicAndMaterializedValue<ICancelable> | TBD |
Overrides
| Edit this page View SourceToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | TBD |