Uses of Interface
org.apache.camel.spi.ManagementObjectStrategy
-
Packages that use ManagementObjectStrategy Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of ManagementObjectStrategy in org.apache.camel.spi
Methods in org.apache.camel.spi that return ManagementObjectStrategy Modifier and Type Method Description ManagementObjectStrategy
ManagementStrategy. getManagementObjectStrategy()
Gets the object strategy to useMethods in org.apache.camel.spi with parameters of type ManagementObjectStrategy Modifier and Type Method Description void
ManagementStrategy. setManagementObjectStrategy(ManagementObjectStrategy strategy)
Sets the object strategy to use
-