Package 

Interface PoiRefreshStrategy

  • All Implemented Interfaces:

    
    public interface PoiRefreshStrategy
    
                        

    Interface for defining the interval (in milliseconds) for how often POI data should be refreshed.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Long refreshIntervalMillis() Returns the interval (in milliseconds) between POI refreshes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • refreshIntervalMillis

         abstract Long refreshIntervalMillis()

        Returns the interval (in milliseconds) between POI refreshes. If the return value is less than or equal to 0, it indicates that no refresh should occur.