Uses of Interface
org.apache.camel.api.management.mbean.ManagedRouteMBean
Packages that use ManagedRouteMBean
Package
Description
Service provider interfaces for management.
Camel management MBeans API
-
Uses of ManagedRouteMBean in org.apache.camel.api.management
Methods in org.apache.camel.api.management with type parameters of type ManagedRouteMBeanModifier and TypeMethodDescription<T extends ManagedRouteMBean>
TManagedCamelContext.getManagedRoute(String routeId, Class<T> type) Gets the managed route client api with the given route idMethods in org.apache.camel.api.management that return ManagedRouteMBeanModifier and TypeMethodDescriptiondefault ManagedRouteMBeanManagedCamelContext.getManagedRoute(String routeId) Gets the managed route client api with the given route idMethods in org.apache.camel.api.management that return types with arguments of type ManagedRouteMBeanModifier and TypeMethodDescriptionManagedCamelContext.getManagedRoutes()Gets all the managed routesManagedCamelContext.getManagedRoutesByGroup(String groupId) Gets all the managed routes for the given group -
Uses of ManagedRouteMBean in org.apache.camel.api.management.mbean
Subinterfaces of ManagedRouteMBean in org.apache.camel.api.management.mbean