Uses of Interface
org.apache.camel.spi.ManagementInterceptStrategy
-
Packages that use ManagementInterceptStrategy Package Description org.apache.camel The core Camel API. -
-
Uses of ManagementInterceptStrategy in org.apache.camel
Methods in org.apache.camel that return ManagementInterceptStrategy Modifier and Type Method Description ManagementInterceptStrategyRoute. getManagementInterceptStrategy()Gets the special managed intercept strategy if anyMethods in org.apache.camel with parameters of type ManagementInterceptStrategy Modifier and Type Method Description voidRoute. setManagementInterceptStrategy(ManagementInterceptStrategy interceptStrategy)Sets a special intercept strategy for management.
-