Uses of Interface
org.optaweb.vehiclerouting.service.route.RoutingPlanConsumer
-
Packages that use RoutingPlanConsumer Package Description org.optaweb.vehiclerouting.plugin.websocket Network communication over WebSocket.org.optaweb.vehiclerouting.service.route Handlesrouteupdates. -
-
Uses of RoutingPlanConsumer in org.optaweb.vehiclerouting.plugin.websocket
Classes in org.optaweb.vehiclerouting.plugin.websocket that implement RoutingPlanConsumer Modifier and Type Class Description (package private) classWebSocketRoutingPlanSenderBroadcasts updated route to interested clients over WebSocket. -
Uses of RoutingPlanConsumer in org.optaweb.vehiclerouting.service.route
Constructors in org.optaweb.vehiclerouting.service.route with parameters of type RoutingPlanConsumer Constructor Description RouteListener(Router router, RoutingPlanConsumer routingPlanConsumer, VehicleRepository vehicleRepository, LocationRepository locationRepository)
-