Interface ManagedRouteControllerMBean
-
- All Superinterfaces:
ManagedServiceMBean
- All Known Subinterfaces:
ManagedSupervisingRouteControllerMBean
public interface ManagedRouteControllerMBean extends ManagedServiceMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<String>
getControlledRoutes()
String
getRouteStartupLoggingLevel()
-
Methods inherited from interface org.apache.camel.api.management.mbean.ManagedServiceMBean
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend
-
-
-
-
Method Detail
-
getControlledRoutes
@ManagedAttribute(description="Controlled Routes") Collection<String> getControlledRoutes()
-
getRouteStartupLoggingLevel
@ManagedAttribute(description="Logging level used for logging route startup activity") String getRouteStartupLoggingLevel()
-
-