Class SubReceive
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public class SubReceive
Constructors
| Improve this Doc View SourceSubReceive(Receive)
TBD
Declaration
public SubReceive(Receive initial)
Parameters
Type | Name | Description |
---|---|---|
Receive | initial | TBD |
Properties
| Improve this Doc View SourceCurrentReceive
TBD
Declaration
public Receive CurrentReceive { get; }
Property Value
Type | Description |
---|---|
Receive |
Methods
| Improve this Doc View SourceBecome(Receive)
TBD
Declaration
public void Become(Receive receive)
Parameters
Type | Name | Description |
---|---|---|
Receive | receive | TBD |