BloomFilterIdempotencyChecker

constructor(ttl: Duration, bloomFilterSupplier: () -> BloomFilter<String>)

Parameters

ttl

the time-to-live duration for the Bloom filter before it gets refreshed

bloomFilterSupplier

supplier function that creates new Bloom filter instances