Package com.graphhopper.http
Class RealtimeBundle
java.lang.Object
com.graphhopper.http.RealtimeBundle
- All Implemented Interfaces:
io.dropwizard.core.ConfiguredBundle<RealtimeBundleConfiguration>
public class RealtimeBundle
extends Object
implements io.dropwizard.core.ConfiguredBundle<RealtimeBundleConfiguration>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(io.dropwizard.core.setup.Bootstrap<?> bootstrap) void
run
(RealtimeBundleConfiguration configuration, io.dropwizard.core.setup.Environment environment)
-
Constructor Details
-
RealtimeBundle
public RealtimeBundle()
-
-
Method Details
-
initialize
public void initialize(io.dropwizard.core.setup.Bootstrap<?> bootstrap) - Specified by:
initialize
in interfaceio.dropwizard.core.ConfiguredBundle<RealtimeBundleConfiguration>
-
run
public void run(RealtimeBundleConfiguration configuration, io.dropwizard.core.setup.Environment environment) - Specified by:
run
in interfaceio.dropwizard.core.ConfiguredBundle<RealtimeBundleConfiguration>
-