Interface ManagedThrottlingInflightRoutePolicyMBean
-
- All Superinterfaces:
ManagedServiceMBean
public interface ManagedThrottlingInflightRoutePolicyMBean extends ManagedServiceMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLoggingLevel()intgetMaxInflightExchanges()intgetResumePercentOfMax()StringgetScope()voidsetLoggingLevel(String loggingLevel)voidsetMaxInflightExchanges(int maxInflightExchanges)voidsetResumePercentOfMax(int resumePercentOfMax)voidsetScope(String scope)-
Methods inherited from interface org.apache.camel.api.management.mbean.ManagedServiceMBean
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend
-
-
-
-
Method Detail
-
getMaxInflightExchanges
@ManagedAttribute(description="Maximum inflight exchanges") int getMaxInflightExchanges()
-
setMaxInflightExchanges
@ManagedAttribute(description="Maximum inflight exchanges") void setMaxInflightExchanges(int maxInflightExchanges)
-
getResumePercentOfMax
@ManagedAttribute(description="Resume percentage of maximum inflight exchanges") int getResumePercentOfMax()
-
setResumePercentOfMax
@ManagedAttribute(description="Resume percentage of maximum inflight exchanges") void setResumePercentOfMax(int resumePercentOfMax)
-
getScope
@ManagedAttribute(description="Scope") String getScope()
-
setScope
@ManagedAttribute(description="Scope") void setScope(String scope)
-
getLoggingLevel
@ManagedAttribute(description="Logging Level") String getLoggingLevel()
-
setLoggingLevel
@ManagedAttribute(description="Logging Level") void setLoggingLevel(String loggingLevel)
-
-