Class RealtimeFeedLoadingCache

java.lang.Object
com.graphhopper.http.RealtimeFeedLoadingCache
All Implemented Interfaces:
io.dropwizard.lifecycle.Managed, org.glassfish.hk2.api.Factory<RealtimeFeed>

public class RealtimeFeedLoadingCache extends Object implements org.glassfish.hk2.api.Factory<RealtimeFeed>, io.dropwizard.lifecycle.Managed
  • Method Details

    • start

      public void start()
      Specified by:
      start in interface io.dropwizard.lifecycle.Managed
    • provide

      public RealtimeFeed provide()
      Specified by:
      provide in interface org.glassfish.hk2.api.Factory<RealtimeFeed>
    • dispose

      public void dispose(RealtimeFeed instance)
      Specified by:
      dispose in interface org.glassfish.hk2.api.Factory<RealtimeFeed>
    • stop

      public void stop()
      Specified by:
      stop in interface io.dropwizard.lifecycle.Managed