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
| Improve this Doc 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
| Improve this Doc View SourceStash
TBD
Declaration
public IStash Stash { get; set; }
Property Value
Type | Description |
---|---|
IStash |
Methods
| Improve this Doc View SourcePreStart()
TBD
Declaration
protected override void PreStart()
Overrides
| Improve this Doc View SourceReceive(Object)
TBD
Declaration
protected override bool Receive(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |
Overrides
| Improve this Doc 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 |