Interface ManagedPollEnricherMBean
- All Superinterfaces:
ManagedCounterMBean,ManagedExtendedInformation,ManagedPerformanceCounterMBean,ManagedProcessorMBean
-
Method Summary
Modifier and TypeMethodDescriptionExtended information such as utilization of endpoints.Methods inherited from interface org.apache.camel.api.management.mbean.ManagedCounterMBean
getExchangesTotal, getResetTimestamp, getStartTimestamp, resetMethods inherited from interface org.apache.camel.api.management.mbean.ManagedPerformanceCounterMBean
dumpStatsAsJSon, dumpStatsAsXml, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getIdleSince, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeCreatedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, setStatisticsEnabled, statsAsJSonMethods inherited from interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
disable, dumpProcessorAsXml, enable, getCamelId, getCamelManagementName, getDescription, getDisabled, getIndex, getLevel, getNodePrefixId, getProcessorId, getProcessorName, getRouteId, getSourceLineNumber, getSourceLocation, getSourceLocationShort, getState, getStepId, getSupportExtendedInformation, start, stop
-
Method Details
-
getExpressionLanguage
-
getExpression
@ManagedAttribute(description="Expression that computes the endpoint uri to use as the resource endpoint to poll enrich from", mask=true) String getExpression() -
getVariableReceive
@ManagedAttribute(description="Variable to store the received message body (only body, not headers)") String getVariableReceive() -
getTimeout
@ManagedAttribute(description="Timeout in millis when polling from the external service") Long getTimeout() -
getCacheSize
@ManagedAttribute(description="Sets the maximum size used by the ConsumerCache which is used to cache and reuse consumers") Integer getCacheSize() -
isIgnoreInvalidEndpoint
@ManagedAttribute(description="Ignore the invalidate endpoint exception when try to create a consumer with that endpoint") Boolean isIgnoreInvalidEndpoint() -
isAggregateOnException
@ManagedAttribute(description="Whether to aggregate when there was an exception thrown during calling the resource endpoint") Boolean isAggregateOnException() -
isAllowOptimisedComponents
@ManagedAttribute(description="Whether to allow components to optimise poll if they are PollDynamicAware") Boolean isAllowOptimisedComponents() -
isOptimised
@ManagedAttribute(description="Whether an optimised component (PollDynamicAware) is in use") Boolean isOptimised() -
extendedInformation
@ManagedOperation(description="Statistics of the endpoints that has been poll enriched from") TabularData extendedInformation()Description copied from interface:ManagedExtendedInformationExtended information such as utilization of endpoints.- Specified by:
extendedInformationin interfaceManagedExtendedInformation- Returns:
- tabular data with extended information
-