Class ExternalShardAllocationStrategy.GetShardLocationResponse
Inheritance
ExternalShardAllocationStrategy.GetShardLocationResponse
Assembly: Akka.Cluster.Sharding.dll
Syntax
public sealed class ExternalShardAllocationStrategy.GetShardLocationResponse : INoSerializationVerificationNeeded, IEquatable<ExternalShardAllocationStrategy.GetShardLocationResponse>
Constructors
|
Edit this page
View Source
GetShardLocationResponse(Address)
Declaration
public GetShardLocationResponse(Address address)
Parameters
Type |
Name |
Description |
Address |
address |
|
Properties
|
Edit this page
View Source
Address
Declaration
public Address Address { get; }
Property Value
Methods
|
Edit this page
View Source
Equals(GetShardLocationResponse)
Declaration
public bool Equals(ExternalShardAllocationStrategy.GetShardLocationResponse other)
Parameters
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods