Interface ManagedExtendedInformation
-
- All Known Subinterfaces:
ManagedDynamicRouterMBean,ManagedEnricherMBean,ManagedPollEnricherMBean,ManagedRecipientListMBean,ManagedRoutingSlipMBean,ManagedSendDynamicProcessorMBean,ManagedSendProcessorMBean,ManagedWireTapMBean
public interface ManagedExtendedInformation
Additional information gathered iforg.apache.camel.ManagementStatisticsLevelis configured to beorg.apache.camel.ManagementStatisticsLevel#Extended.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TabularDataextendedInformation()Extended information such as utilization of endpoints.
-
-
-
Method Detail
-
extendedInformation
TabularData extendedInformation()
Extended information such as utilization of endpoints.- Returns:
- tabular data with extended information
-
-