Search Results for

    Show / Hide Table of Contents

    Interface IPump

    TBD

    Namespace: Akka.Streams.Implementation
    Assembly: Akka.Streams.dll
    Syntax
    public interface IPump

    Properties

    | Edit this page View Source

    CurrentAction

    TBD

    Declaration
    Action CurrentAction { get; set; }
    Property Value
    Type Description
    Action
    | Edit this page View Source

    IsPumpFinished

    TBD

    Declaration
    bool IsPumpFinished { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    TransferState

    TBD

    Declaration
    TransferState TransferState { get; set; }
    Property Value
    Type Description
    TransferState

    Methods

    | Edit this page View Source

    GotUpstreamSubscription()

    TBD

    Declaration
    void GotUpstreamSubscription()
    | Edit this page View Source

    InitialPhase(int, TransferPhase)

    TBD

    Declaration
    void InitialPhase(int waitForUpstream, TransferPhase andThen)
    Parameters
    Type Name Description
    int waitForUpstream

    TBD

    TransferPhase andThen

    TBD

    | Edit this page View Source

    NextPhase(TransferPhase)

    TBD

    Declaration
    void NextPhase(TransferPhase phase)
    Parameters
    Type Name Description
    TransferPhase phase

    TBD

    | Edit this page View Source

    Pump()

    TBD

    Declaration
    void Pump()
    | Edit this page View Source

    PumpFailed(Exception)

    TBD

    Declaration
    void PumpFailed(Exception e)
    Parameters
    Type Name Description
    Exception e

    TBD

    | Edit this page View Source

    PumpFinished()

    TBD

    Declaration
    void PumpFinished()
    | Edit this page View Source

    WaitForUpstream(int)

    TBD

    Declaration
    void WaitForUpstream(int waitForUpstream)
    Parameters
    Type Name Description
    int waitForUpstream

    TBD

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET