Search Results for

    Show / Hide Table of Contents

    Class PersistencePluginProxy

    TBD

    Inheritance
    object
    ActorBase
    PersistencePluginProxy
    Implements
    IInternalActor
    IWithUnboundedStash
    IWithUnrestrictedStash
    IActorStash
    IRequiresMessageQueue<IUnboundedDequeBasedMessageQueueSemantics>
    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.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.Persistence.Journal
    Assembly: Akka.Persistence.dll
    Syntax
    public class PersistencePluginProxy : ActorBase, IInternalActor, IWithUnboundedStash, IWithUnrestrictedStash, IActorStash, IRequiresMessageQueue<IUnboundedDequeBasedMessageQueueSemantics>

    Constructors

    | Edit this page View Source

    PersistencePluginProxy(Config)

    Initializes a new instance of the PersistencePluginProxy class.

    Declaration
    public PersistencePluginProxy(Config config)
    Parameters
    Type Name Description
    Config config

    The configuration used to configure the proxy.

    Exceptions
    Type Condition
    ArgumentException

    This exception is thrown when configuration is undefined for the plugin or an unknown plugin type is defined.

    Properties

    | Edit this page View Source

    Stash

    TBD

    Declaration
    public IStash Stash { get; set; }
    Property Value
    Type Description
    IStash

    Methods

    | Edit this page View Source

    PreStart()

    TBD

    Declaration
    protected override void PreStart()
    Overrides
    ActorBase.PreStart()
    | 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

    SetTargetLocation(ActorSystem, Address)

    TBD

    Declaration
    public static void SetTargetLocation(ActorSystem system, Address address)
    Parameters
    Type Name Description
    ActorSystem system

    TBD

    Address address

    TBD

    | Edit this page View Source

    Start(ActorSystem)

    TBD

    Declaration
    public static void Start(ActorSystem system)
    Parameters
    Type Name Description
    ActorSystem system

    TBD

    Implements

    IInternalActor
    IWithUnboundedStash
    IWithUnrestrictedStash
    IActorStash
    IRequiresMessageQueue<T>

    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