Various internal stable markers (#27004)
This commit is contained in:
parent
31f6170c62
commit
28fbd28e7a
5 changed files with 10 additions and 1 deletions
|
|
@ -163,6 +163,7 @@ private[akka] object Shard {
|
|||
*
|
||||
* @see [[ClusterSharding$ ClusterSharding extension]]
|
||||
*/
|
||||
@InternalStableApi
|
||||
private[akka] class Shard(
|
||||
typeName: String,
|
||||
shardId: ShardRegion.ShardId,
|
||||
|
|
@ -381,6 +382,7 @@ private[akka] class Shard(
|
|||
entityTerminated(ref)
|
||||
}
|
||||
|
||||
@InternalStableApi
|
||||
def entityTerminated(ref: ActorRef): Unit = {
|
||||
val id = idByRef(ref)
|
||||
idByRef -= ref
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue