Class ControlBusController

java.lang.Object
org.springframework.integration.http.management.ControlBusController
All Implemented Interfaces:
Aware, BeanFactoryAware, InitializingBean

@RestController @RequestMapping("/control-bus") public class ControlBusController extends Object implements BeanFactoryAware, InitializingBean
The REST Controller to provide the management API for Control Bus pattern.
Since:
6.4
Author:
Artem Bilan