Search Results for

    Show / Hide Table of Contents

    Class ActorTransportAdapterManager

    TBD

    Inheritance
    object
    ActorBase
    UntypedActor
    ActorTransportAdapterManager
    Implements
    IInternalActor
    Inherited Members
    UntypedActor.Receive(object)
    UntypedActor.RunTask(Action)
    UntypedActor.RunTask(Func<Task>)
    UntypedActor.Become(UntypedReceive)
    UntypedActor.BecomeStacked(UntypedReceive)
    UntypedActor.Context
    ActorBase.Sender
    ActorBase.Self
    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()
    ActorBase.PostStop()
    ActorBase.SupervisorStrategy()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Akka.Remote.Transport
    Assembly: Akka.Remote.dll
    Syntax
    public abstract class ActorTransportAdapterManager : UntypedActor, IInternalActor

    Fields

    | Edit this page View Source

    AssociationListener

    TBD

    Declaration
    protected IAssociationEventListener AssociationListener
    Field Value
    Type Description
    IAssociationEventListener
    | Edit this page View Source

    DelayedEvents

    Lightweight Stash implementation

    Declaration
    protected Queue<object> DelayedEvents
    Field Value
    Type Description
    Queue<object>
    | Edit this page View Source

    LocalAddress

    TBD

    Declaration
    protected Address LocalAddress
    Field Value
    Type Description
    Address
    | Edit this page View Source

    UniqueId

    TBD

    Declaration
    protected long UniqueId
    Field Value
    Type Description
    long

    Methods

    | Edit this page View Source

    NextId()

    TBD

    Declaration
    protected long NextId()
    Returns
    Type Description
    long

    TBD

    | Edit this page View Source

    OnReceive(object)

    TBD

    Declaration
    protected override void OnReceive(object message)
    Parameters
    Type Name Description
    object message

    TBD

    Overrides
    UntypedActor.OnReceive(object)
    | Edit this page View Source

    Ready(object)

    Method to be implemented for child classes - processes messages once the transport is ready to send / receive

    Declaration
    protected abstract void Ready(object message)
    Parameters
    Type Name Description
    object message

    TBD

    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