CosIdShardingDecorator

class CosIdShardingDecorator(sharding: PreciseSharding<Long>, hashFunction: (String) -> Long = DEFAULT_HASH_FUNCTION) : AggregateIdSharding

Constructors

Link copied to clipboard
constructor(sharding: PreciseSharding<Long>, hashFunction: (String) -> Long = DEFAULT_HASH_FUNCTION)

Functions

Link copied to clipboard
open override fun sharding(aggregateId: AggregateId): String