Search Results for

    Show / Hide Table of Contents

    Class DelegateAutoPilot

    Creates an AutoPilot.

    The AutoPilotDelegate specified in the constructor will be called for each received message and can be used to send or forward messages, etc.

    Each invocation must return the AutoPilot for the next round.

    To have this instance handle the next message either return this instance or return KeepRunning.

    Return NoAutoPilot to stop handling messages.

    Inheritance
    object
    AutoPilot
    DelegateAutoPilot
    Inherited Members
    AutoPilot.NoAutoPilot
    AutoPilot.KeepRunning
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.TestKit
    Assembly: Akka.TestKit.dll
    Syntax
    public sealed class DelegateAutoPilot : AutoPilot

    Constructors

    | Edit this page View Source

    DelegateAutoPilot(AutoPilotDelegate)

    TBD

    Declaration
    public DelegateAutoPilot(AutoPilotDelegate autoPilotDelegate)
    Parameters
    Type Name Description
    AutoPilotDelegate autoPilotDelegate

    TBD

    Methods

    | Edit this page View Source

    Run(IActorRef, object)

    TBD

    Declaration
    public override AutoPilot Run(IActorRef sender, object message)
    Parameters
    Type Name Description
    IActorRef sender

    TBD

    object message

    TBD

    Returns
    Type Description
    AutoPilot

    TBD

    Overrides
    AutoPilot.Run(IActorRef, object)

    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