Search Results for

    Show / Hide Table of Contents

    Class ExposedPublisherReceive

    TBD

    Inheritance
    object
    ExposedPublisherReceive
    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 abstract class ExposedPublisherReceive

    Constructors

    | Edit this page View Source

    ExposedPublisherReceive(Receive, Action<object>)

    TBD

    Declaration
    protected ExposedPublisherReceive(Receive activeReceive, Action<object> unhandled)
    Parameters
    Type Name Description
    Receive activeReceive

    TBD

    Action<object> unhandled

    TBD

    Fields

    | Edit this page View Source

    ActiveReceive

    TBD

    Declaration
    public readonly Receive ActiveReceive
    Field Value
    Type Description
    Receive
    | Edit this page View Source

    Unhandled

    TBD

    Declaration
    public readonly Action<object> Unhandled
    Field Value
    Type Description
    Action<object>

    Methods

    | Edit this page View Source

    Apply(object)

    TBD

    Declaration
    public bool Apply(object message)
    Parameters
    Type Name Description
    object message

    TBD

    Returns
    Type Description
    bool

    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