Uses of Interface
org.springframework.integration.handler.MessageTriggerAction
Packages that use MessageTriggerAction
Package
Description
Provides classes related to message aggregation.
Root package of the Spring Integration Java DSL.
Base package for File support.
- 
Uses of MessageTriggerAction in org.springframework.integration.aggregatorClasses in org.springframework.integration.aggregator that implement MessageTriggerActionModifier and TypeClassDescriptionclassA message handler that suspends the thread until a message with corresponding correlation is passed into thetriggermethod or the timeout occurs.
- 
Uses of MessageTriggerAction in org.springframework.integration.dslMethods in org.springframework.integration.dsl with parameters of type MessageTriggerActionModifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.trigger(MessageTriggerAction triggerAction) Populate aServiceActivatingHandlerinstance to performMessageTriggerAction.BaseIntegrationFlowDefinition.trigger(MessageTriggerAction triggerAction, Consumer<GenericEndpointSpec<ServiceActivatingHandler>> endpointConfigurer) Populate aServiceActivatingHandlerinstance to performMessageTriggerActionand endpoint options fromGenericEndpointSpec.
- 
Uses of MessageTriggerAction in org.springframework.integration.fileClasses in org.springframework.integration.file that implement MessageTriggerActionModifier and TypeClassDescriptionclassAMessageHandlerimplementation that writes the Message payload to a file.