Search Results for

    Show / Hide Table of Contents

    Class StreamSupervisor

    TBD

    Inheritance
    object
    ActorBase
    StreamSupervisor
    Implements
    IInternalActor
    Inherited Members
    ActorBase.Sender
    ActorBase.Self
    ActorBase.Context
    ActorBase.AroundReceive(Receive, object)
    ActorBase.EmptyReceive
    ActorBase.Unhandled(object)
    ActorBase.Become(Receive)
    ActorBase.BecomeStacked(Receive)
    ActorBase.UnbecomeStacked()
    ActorBase.SetReceiveTimeout(TimeSpan?)
    ActorBase.AroundPreRestart(Exception, object)
    ActorBase.AroundPreStart()
    ActorBase.PreStart()
    ActorBase.AroundPostRestart(Exception, object)
    ActorBase.PreRestart(Exception, object)
    ActorBase.PostRestart(Exception)
    ActorBase.AroundPostStop()
    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 StreamSupervisor : ActorBase, IInternalActor

    Constructors

    | Edit this page View Source

    StreamSupervisor(ActorMaterializerSettings, AtomicBoolean)

    TBD

    Declaration
    public StreamSupervisor(ActorMaterializerSettings settings, AtomicBoolean haveShutdown)
    Parameters
    Type Name Description
    ActorMaterializerSettings settings

    TBD

    AtomicBoolean haveShutdown

    TBD

    Fields

    | Edit this page View Source

    HaveShutdown

    TBD

    Declaration
    public readonly AtomicBoolean HaveShutdown
    Field Value
    Type Description
    AtomicBoolean
    | Edit this page View Source

    Settings

    TBD

    Declaration
    public readonly ActorMaterializerSettings Settings
    Field Value
    Type Description
    ActorMaterializerSettings

    Methods

    | Edit this page View Source

    NextName()

    TBD

    Declaration
    public static string NextName()
    Returns
    Type Description
    string

    TBD

    | Edit this page View Source

    PostStop()

    TBD

    Declaration
    protected override void PostStop()
    Overrides
    ActorBase.PostStop()
    | Edit this page View Source

    Props(ActorMaterializerSettings, AtomicBoolean)

    TBD

    Declaration
    public static Props Props(ActorMaterializerSettings settings, AtomicBoolean haveShutdown)
    Parameters
    Type Name Description
    ActorMaterializerSettings settings

    TBD

    AtomicBoolean haveShutdown

    TBD

    Returns
    Type Description
    Props

    TBD

    | Edit this page View Source

    Receive(object)

    TBD

    Declaration
    protected override bool Receive(object message)
    Parameters
    Type Name Description
    object message

    TBD

    Returns
    Type Description
    bool

    TBD

    Overrides
    ActorBase.Receive(object)
    | Edit this page View Source

    SupervisorStrategy()

    TBD

    Declaration
    protected override SupervisorStrategy SupervisorStrategy()
    Returns
    Type Description
    SupervisorStrategy

    TBD

    Overrides
    ActorBase.SupervisorStrategy()

    Implements

    IInternalActor

    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