Struct FanIn.OnNext
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
[Serializable]
public readonly struct OnNext : INoSerializationVerificationNeeded, IDeadLetterSuppression
Constructors
| Improve this Doc View SourceOnNext(Int32, Object)
TBD
Declaration
public OnNext(int id, object element)
Parameters
Type | Name | Description |
---|---|---|
Int32 | id | TBD |
Object | element | TBD |
Fields
| Improve this Doc View SourceElement
TBD
Declaration
public readonly object Element
Field Value
Type | Description |
---|---|
Object |
Id
TBD
Declaration
public readonly int Id
Field Value
Type | Description |
---|---|
Int32 |