Annotation Interface EnableControlBusController
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
@Import(ControlBusControllerConfiguration.class)
public @interface EnableControlBusController
Enables the
 
ControlBusController if
 org.springframework.web.servlet.DispatcherServlet or
 org.springframework.web.reactive.DispatcherHandler is present in the classpath.- Since:
 - 6.4
 - Author:
 - Artem Bilan
 - See Also: