C# Class Akka.Cluster.Sharding.PersistentShardCoordinator.AllocateShardResult

Inheritance: ICoordinatorCommand
Show file Open project: rogeralsing/akka.net Class Usage Examples

Public Properties

Property Type Description
GetShardHomeSender IActorRef
Shard ShardId
ShardRegion IActorRef

Public Methods

Method Description
AllocateShardResult ( string shard, IActorRef shardRegion, IActorRef getShardHomeSender ) : System

Method Details

AllocateShardResult() public method

public AllocateShardResult ( string shard, IActorRef shardRegion, IActorRef getShardHomeSender ) : System
shard string
shardRegion IActorRef
getShardHomeSender IActorRef
return System

Property Details

GetShardHomeSender public property

public IActorRef GetShardHomeSender
return IActorRef

Shard public property

public ShardId Shard
return ShardId

ShardRegion public property

public IActorRef ShardRegion
return IActorRef