Interface RoutingPlanConsumer
-
- All Known Implementing Classes:
WebSocketRoutingPlanSender
public interface RoutingPlanConsumerConsumes routing plans.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsumePlan(RoutingPlan routingPlan)Consume a routing plan.
-
-
-
Method Detail
-
consumePlan
void consumePlan(RoutingPlan routingPlan)
Consume a routing plan.- Parameters:
routingPlan- routing plan
-
-