Class PersistencePluginProxy
TBD
Implements
Inherited Members
Namespace: Akka.Persistence.Journal
Assembly: Akka.Persistence.dll
Syntax
public class PersistencePluginProxy : ActorBase, IInternalActor, IWithUnboundedStash, IWithUnrestrictedStash, IActorStash, IRequiresMessageQueue<IUnboundedDequeBasedMessageQueueSemantics>
Constructors
| Edit this page View SourcePersistencePluginProxy(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 SourceStash
TBD
Declaration
public IStash Stash { get; set; }
Property Value
Type | Description |
---|---|
IStash |
Methods
| Edit this page View SourcePreStart()
TBD
Declaration
protected override void PreStart()
Overrides
| Edit this page View SourceReceive(object)
TBD
Declaration
protected override bool Receive(object message)
Parameters
Type | Name | Description |
---|---|---|
object | message | TBD |
Returns
Type | Description |
---|---|
bool | TBD |
Overrides
| Edit this page View SourceSetTargetLocation(ActorSystem, Address)
TBD
Declaration
public static void SetTargetLocation(ActorSystem system, Address address)
Parameters
Type | Name | Description |
---|---|---|
ActorSystem | system | TBD |
Address | address | TBD |
Start(ActorSystem)
TBD
Declaration
public static void Start(ActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ActorSystem | system | TBD |