Package com.graphhopper.http
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 Summary
Modifier and TypeMethodDescriptionvoiddispose(RealtimeFeed instance) provide()voidstart()voidstop()
-
Method Details
-
start
public void start()- Specified by:
startin interfaceio.dropwizard.lifecycle.Managed
-
provide
- Specified by:
providein interfaceorg.glassfish.hk2.api.Factory<RealtimeFeed>
-
dispose
- Specified by:
disposein interfaceorg.glassfish.hk2.api.Factory<RealtimeFeed>
-
stop
public void stop()- Specified by:
stopin interfaceio.dropwizard.lifecycle.Managed
-