Package org.apache.pekko.io.dns
Interface IdGenerator
-
- All Known Implementing Classes:
IdGenerator.EnhancedDoubleHashGenerator
public interface IdGeneratorINTERNAL APIThese are called by an actor, however they are called inside composed futures so need to be nextId needs to be thread safe.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdGenerator.EnhancedDoubleHashGeneratorstatic interfaceIdGenerator.Policystatic classIdGenerator.Policy$
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description shortnextId()
-