Uses of Interface
org.springframework.integration.handler.DelayHandlerManagement
Package
Description
Provides classes implementing various types of message handler.
-
Uses of DelayHandlerManagement in org.springframework.integration.handler
Modifier and TypeClassDescriptionclass
AMessageHandler
that is capable of delaying the continuation of a Message flow based on the result of evaluationdelayExpression
on an inboundMessage
or a default delay value configured on this handler.