Interface DbSpecsProvider

All Superinterfaces:
Supplier<List<SessionMatchSpec>>
All Known Implementing Classes:
RefreshingDbSpecsProvider

public interface DbSpecsProvider extends Supplier<List<SessionMatchSpec>>
This interface was created to separate the scheduling logic for SessionMatchSpec loading. This also helps us test the core logic of DbSessionPropertyManager in a modular fashion by letting us use a test implementation of this interface.
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get