enable serializer for ShardRegionStats, #25348
This commit is contained in:
parent
dffd5da3a4
commit
157ef9929d
4 changed files with 22 additions and 4 deletions
|
|
@ -76,9 +76,10 @@ private[akka] object Shard {
|
|||
|
||||
@SerialVersionUID(1L) final case class CurrentShardState(shardId: ShardRegion.ShardId, entityIds: Set[EntityId])
|
||||
|
||||
@SerialVersionUID(1L) case object GetShardStats extends ShardQuery
|
||||
@SerialVersionUID(1L) case object GetShardStats extends ShardQuery with ClusterShardingSerializable
|
||||
|
||||
@SerialVersionUID(1L) final case class ShardStats(shardId: ShardRegion.ShardId, entityCount: Int)
|
||||
extends ClusterShardingSerializable
|
||||
|
||||
object State {
|
||||
val Empty = State()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue