Interface IPump
TBD
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public interface IPump
Properties
| Improve this Doc View SourceCurrentAction
TBD
Declaration
Action CurrentAction { get; set; }
Property Value
Type | Description |
---|---|
Action |
IsPumpFinished
TBD
Declaration
bool IsPumpFinished { get; }
Property Value
Type | Description |
---|---|
Boolean |
TransferState
TBD
Declaration
TransferState TransferState { get; set; }
Property Value
Type | Description |
---|---|
TransferState |
Methods
| Improve this Doc View SourceGotUpstreamSubscription()
TBD
Declaration
void GotUpstreamSubscription()
InitialPhase(Int32, TransferPhase)
TBD
Declaration
void InitialPhase(int waitForUpstream, TransferPhase andThen)
Parameters
Type | Name | Description |
---|---|---|
Int32 | waitForUpstream | TBD |
TransferPhase | andThen | TBD |
NextPhase(TransferPhase)
TBD
Declaration
void NextPhase(TransferPhase phase)
Parameters
Type | Name | Description |
---|---|---|
TransferPhase | phase | TBD |
Pump()
TBD
Declaration
void Pump()
PumpFailed(Exception)
TBD
Declaration
void PumpFailed(Exception e)
Parameters
Type | Name | Description |
---|---|---|
Exception | e | TBD |
PumpFinished()
TBD
Declaration
void PumpFinished()
WaitForUpstream(Int32)
TBD
Declaration
void WaitForUpstream(int waitForUpstream)
Parameters
Type | Name | Description |
---|---|---|
Int32 | waitForUpstream | TBD |