Uses of Interface
org.apache.camel.api.management.mbean.ManagedProcessorMBean
-
Packages that use ManagedProcessorMBean Package Description org.apache.camel.api.management Service provider interfaces for management.org.apache.camel.api.management.mbean Camel management MBeans API -
-
Uses of ManagedProcessorMBean in org.apache.camel.api.management
Methods in org.apache.camel.api.management with type parameters of type ManagedProcessorMBean Modifier and Type Method Description <T extends ManagedProcessorMBean>
TManagedCamelContext. getManagedProcessor(String id, Class<T> type)
Gets the managed processor client api from any of the routes which with the given idMethods in org.apache.camel.api.management that return ManagedProcessorMBean Modifier and Type Method Description default ManagedProcessorMBean
ManagedCamelContext. getManagedProcessor(String id)
Gets the managed processor client api from any of the routes which with the given id -
Uses of ManagedProcessorMBean in org.apache.camel.api.management.mbean
-