Class FlowMonitor.Received<T>
Stream processed a message
Implements
Inherited Members
Namespace: Akka.Streams
Assembly: Akka.Streams.dll
Syntax
public sealed class FlowMonitor.Received<T> : FlowMonitor.IStreamState
Type Parameters
| Name | Description |
|---|---|
| T | TBD |
Constructors
| Edit this page View SourceReceived(T)
Initializes a new instance of the FlowMonitor.Received<T> class.
Declaration
public Received(T message)
Parameters
| Type | Name | Description |
|---|---|---|
| T | message | The processed message |
Properties
| Edit this page View SourceMessage
The processed message
Declaration
public T Message { get; }
Property Value
| Type | Description |
|---|---|
| T |
Edit this page