Search Results for

    Show / Hide Table of Contents

    Class SimpleOutputs

    TBD

    Inheritance
    object
    SimpleOutputs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Streams.Implementation
    Assembly: Akka.Streams.dll
    Syntax
    public class SimpleOutputs

    Constructors

    | Edit this page View Source

    SimpleOutputs(IActorRef, IPump)

    TBD

    Declaration
    public SimpleOutputs(IActorRef actor, IPump pump)
    Parameters
    Type Name Description
    IActorRef actor

    TBD

    IPump pump

    TBD

    Fields

    | Edit this page View Source

    Actor

    TBD

    Declaration
    public readonly IActorRef Actor
    Field Value
    Type Description
    IActorRef
    | Edit this page View Source

    DownstreamDemand

    TBD

    Declaration
    protected long DownstreamDemand
    Field Value
    Type Description
    long
    | Edit this page View Source

    ExposedPublisher

    TBD

    Declaration
    protected IActorPublisher ExposedPublisher
    Field Value
    Type Description
    IActorPublisher
    | Edit this page View Source

    IsDownstreamCompleted

    TBD

    Declaration
    protected bool IsDownstreamCompleted
    Field Value
    Type Description
    bool
    | Edit this page View Source

    Pump

    TBD

    Declaration
    public readonly IPump Pump
    Field Value
    Type Description
    IPump
    | Edit this page View Source

    Subscriber

    TBD

    Declaration
    protected IUntypedSubscriber Subscriber
    Field Value
    Type Description
    IUntypedSubscriber

    Properties

    | Edit this page View Source

    DemandCount

    TBD

    Declaration
    public long DemandCount { get; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    IsClosed

    TBD

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

    IsDemandAvailable

    TBD

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

    IsOpen

    TBD

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

    IsSubscribed

    TBD

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

    NeedsDemand

    TBD

    Declaration
    public TransferState NeedsDemand { get; }
    Property Value
    Type Description
    TransferState
    | Edit this page View Source

    NeedsDemandOrCancel

    TBD

    Declaration
    public TransferState NeedsDemandOrCancel { get; }
    Property Value
    Type Description
    TransferState
    | Edit this page View Source

    SubReceive

    TBD

    Declaration
    public virtual SubReceive SubReceive { get; }
    Property Value
    Type Description
    SubReceive

    Methods

    | Edit this page View Source

    Cancel()

    TBD

    Declaration
    public virtual void Cancel()
    | Edit this page View Source

    Complete()

    TBD

    Declaration
    public virtual void Complete()
    | Edit this page View Source

    CreateSubscription()

    TBD

    Declaration
    protected ISubscription CreateSubscription()
    Returns
    Type Description
    ISubscription

    TBD

    | Edit this page View Source

    DownstreamRunning(object)

    TBD

    Declaration
    protected bool DownstreamRunning(object message)
    Parameters
    Type Name Description
    object message

    TBD

    Returns
    Type Description
    bool

    TBD

    | Edit this page View Source

    EnqueueOutputElement(object)

    TBD

    Declaration
    public void EnqueueOutputElement(object element)
    Parameters
    Type Name Description
    object element

    TBD

    | Edit this page View Source

    Error(Exception)

    TBD

    Declaration
    public virtual void Error(Exception e)
    Parameters
    Type Name Description
    Exception e

    TBD

    | Edit this page View Source

    WaitingExposedPublisher(object)

    TBD

    Declaration
    protected bool WaitingExposedPublisher(object message)
    Parameters
    Type Name Description
    object message

    TBD

    Returns
    Type Description
    bool

    TBD

    Exceptions
    Type Condition
    IllegalStateException

    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