public interface Pump
Modifier and Type | Method and Description |
---|---|
TransferPhase |
completedPhase() |
void |
gotUpstreamSubscription() |
void |
initialPhase(int waitForUpstream,
TransferPhase andThen) |
boolean |
isPumpFinished() |
void |
nextPhase(TransferPhase phase) |
void |
pump() |
void |
pumpFailed(java.lang.Throwable e) |
void |
pumpFinished() |
void |
waitForUpstreams(int waitForUpstream) |
void initialPhase(int waitForUpstream, TransferPhase andThen)
void waitForUpstreams(int waitForUpstream)
void gotUpstreamSubscription()
void nextPhase(TransferPhase phase)
boolean isPumpFinished()
TransferPhase completedPhase()
void pump()
void pumpFailed(java.lang.Throwable e)
void pumpFinished()