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