Class PersistencePluginProxy.TargetLocation
TBD
Inherited Members
Namespace: Akka.Persistence.Journal
Assembly: Akka.Persistence.dll
Syntax
public sealed class PersistencePluginProxy.TargetLocation
Constructors
| Edit this page View SourceTargetLocation(Address)
TBD
Declaration
public TargetLocation(Address address)
Parameters
| Type | Name | Description |
|---|---|---|
| Address | address | TBD |
Properties
| Edit this page View SourceAddress
TBD
Declaration
public Address Address { get; }
Property Value
| Type | Description |
|---|---|
| Address |
Edit this page