Class ResequencerSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<ResequencerSpec, reactor.util.function.Tuple2<ConsumerEndpointFactoryBean, ResequencingMessageHandler>>
org.springframework.integration.dsl.EndpointSpec<ResequencerSpec, ConsumerEndpointFactoryBean, ResequencingMessageHandler>
org.springframework.integration.dsl.ConsumerEndpointSpec<ResequencerSpec, ResequencingMessageHandler>
org.springframework.integration.dsl.CorrelationHandlerSpec<ResequencerSpec, ResequencingMessageHandler>
org.springframework.integration.dsl.ResequencerSpec
- All Implemented Interfaces:
DisposableBean, FactoryBean<reactor.util.function.Tuple2<ConsumerEndpointFactoryBean, ResequencingMessageHandler>>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration
public class ResequencerSpec
extends CorrelationHandlerSpec<ResequencerSpec, ResequencingMessageHandler>
- Since:
- 5.0
- Author:
- Artem Bilan
-
Field Summary
Fields inherited from class ConsumerEndpointSpec
adviceChainFields inherited from class EndpointSpec
componentsToRegister, endpointFactoryBean, handlerFields inherited from class IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class CorrelationHandlerSpec
correlationExpression, correlationStrategy, correlationStrategy, discardChannel, discardChannel, discardIndividuallyOnExpiry, expireDuration, expireGroupsUponTimeout, expireTimeout, forceReleaseAdvice, groupConditionSupplier, groupTimeout, groupTimeout, groupTimeoutExpression, lockRegistry, messageStore, minimumTimeoutForEmptyGroups, popSequence, processor, releaseExpression, releaseLockBeforeSend, releaseStrategy, releaseStrategy, sendPartialResultOnExpiry, taskSchedulerMethods inherited from class ConsumerEndpointSpec
advice, async, autoStartup, customizeMonoReply, doGet, handleMessageAdvice, notPropagatedHeaders, order, phase, poller, reactive, reactive, requiresReply, role, sendTimeout, transactional, transactional, transactional, transactional, transactionalMethods inherited from class EndpointSpec
getComponentsToRegister, id, obtainInputChannelFromFlow, obtainInputChannelFromFlow, poller, pollerMethods inherited from class IntegrationComponentSpec
_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FactoryBean
isSingletonMethods inherited from interface SmartLifecycle
isPauseable
-
Constructor Details
-
ResequencerSpec
protected ResequencerSpec()
-
-
Method Details
-
releasePartialSequences
- Parameters:
releasePartialSequences- the releasePartialSequences- Returns:
- the handler spec.
- See Also:
-