Package com.github.mikesafonov.smpp.api
Interface IndexDetectionStrategy
-
- All Known Implementing Classes:
RandomIndexDetectionStrategy,RoundRobinIndexDetectionStrategy
public interface IndexDetectionStrategyShould be used for next index creation inStrategySenderManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intnext(int size)Create next index based on size of connections
-