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 TypeMethodDescriptionvoid
dispose
(RealtimeFeed instance) provide()
void
start()
void
stop()
-
Method Details
-
start
public void start()- Specified by:
start
in interfaceio.dropwizard.lifecycle.Managed
-
provide
- Specified by:
provide
in interfaceorg.glassfish.hk2.api.Factory<RealtimeFeed>
-
dispose
- Specified by:
dispose
in interfaceorg.glassfish.hk2.api.Factory<RealtimeFeed>
-
stop
public void stop()- Specified by:
stop
in interfaceio.dropwizard.lifecycle.Managed
-