@Component class WebSocketRoutingPlanPublisher extends Object implements RoutePublisher
| Constructor and Description |
|---|
WebSocketRoutingPlanPublisher(org.springframework.messaging.simp.SimpMessagingTemplate webSocket) |
| Modifier and Type | Method and Description |
|---|---|
void |
publish(RoutingPlan routingPlan)
Publish the routing plan.
|
@Autowired WebSocketRoutingPlanPublisher(org.springframework.messaging.simp.SimpMessagingTemplate webSocket)
public void publish(RoutingPlan routingPlan)
RoutePublisherpublish in interface RoutePublisherroutingPlan - routing plan to be publishedCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.