Interface ManagedSchedulePollConsumerMBean
- All Superinterfaces:
ManagedConsumerMBean
,ManagedServiceMBean
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
long
getDelay()
long
long
boolean
boolean
boolean
void
setDelay
(long delay) void
setInitialDelay
(long initialDelay) void
setTimeUnit
(String timeUnit) void
setUseFixedDelay
(boolean useFixedDelay) void
Methods inherited from interface org.apache.camel.api.management.mbean.ManagedConsumerMBean
getEndpointUri, getInflightExchanges
Methods inherited from interface org.apache.camel.api.management.mbean.ManagedServiceMBean
getCamelId, getCamelManagementName, getRouteId, getServiceType, getState, isStaticService, isSupportSuspension, isSuspended, resume, start, stop, suspend
-
Method Details
-
getDelay
-
setDelay
-
getInitialDelay
-
setInitialDelay
-
isUseFixedDelay
-
setUseFixedDelay
-
getTimeUnit
-
setTimeUnit
-
isPolling
-
isSchedulerStarted
-
startScheduler
-
getSchedulerClassName
-
getBackoffMultiplier
-
getBackoffIdleThreshold
-
getBackoffErrorThreshold
-
getBackoffCounter
-
getRepeatCount
-