public final class DelayerEndpointSpec extends ConsumerEndpointSpec<DelayerEndpointSpec,org.springframework.integration.handler.DelayHandler>
ConsumerEndpointSpec
for a DelayHandler
.adviceChain
componentToRegister, endpointFactoryBean, handler
logger, PARSER, target
Modifier and Type | Method and Description |
---|---|
DelayerEndpointSpec |
defaultDelay(long defaultDelay) |
DelayerEndpointSpec |
delayedAdvice(org.aopalliance.aop.Advice... advice)
Configure a list of
Advice objects that will be applied, in nested order,
when delayed messages are sent. |
DelayerEndpointSpec |
ignoreExpressionFailures(boolean ignoreExpressionFailures) |
DelayerEndpointSpec |
messageStore(org.springframework.integration.store.MessageGroupStore messageStore) |
advice, async, autoStartup, order, phase, poller, requiresReply, sendTimeout, transactional, transactional, transactional, transactional, transactional
assertHandler, doGet, getComponentsToRegister, id, poller, poller
_this, get, getId, getObject, getObjectType, isSingleton
public DelayerEndpointSpec defaultDelay(long defaultDelay)
defaultDelay
- the defaultDelay.DelayHandler.setDefaultDelay(long)
public DelayerEndpointSpec ignoreExpressionFailures(boolean ignoreExpressionFailures)
ignoreExpressionFailures
- the ignoreExpressionFailures.DelayHandler.setIgnoreExpressionFailures(boolean)
public DelayerEndpointSpec messageStore(org.springframework.integration.store.MessageGroupStore messageStore)
messageStore
- the message store.public DelayerEndpointSpec delayedAdvice(org.aopalliance.aop.Advice... advice)
Advice
objects that will be applied, in nested order,
when delayed messages are sent.advice
- the advice chain.