linkcrux
Results
1
issues of
linkcrux
In 1.x, we have a generic scheduler that can be configured with any PolledConfigurationSource, like TypesafeConfigurationSource to achieve dynamic properties : ``` FixedDelayPollingScheduler scheduler = new FixedDelayPollingScheduler(0, 10, false); TypesafeConfigurationSource...
v2