Interface ManagedExtendedInformation
-
- All Known Subinterfaces:
ManagedDynamicRouterMBean
,ManagedEnricherMBean
,ManagedPollEnricherMBean
,ManagedRecipientListMBean
,ManagedRoutingSlipMBean
,ManagedSendDynamicProcessorMBean
,ManagedSendProcessorMBean
,ManagedWireTapMBean
public interface ManagedExtendedInformation
Additional information gathered iforg.apache.camel.ManagementStatisticsLevel
is configured to beorg.apache.camel.ManagementStatisticsLevel#Extended
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TabularData
extendedInformation()
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
-
-