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.
Inbound channel adapters for file system.
-
Uses of MessageTriggerAction in org.springframework.integration.aggregator
Classes 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.dsl
Methods in org.springframework.integration.dsl with parameters of type MessageTriggerActionModifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.trigger(MessageTriggerAction triggerAction) Populate aServiceActivatingHandlerinstance to performMessageTriggerAction.BaseIntegrationFlowDefinition.trigger(MessageTriggerAction triggerAction, @Nullable Consumer<GenericEndpointSpec<ServiceActivatingHandler>> endpointConfigurer) Populate aServiceActivatingHandlerinstance to performMessageTriggerActionand endpoint options fromGenericEndpointSpec. -
Uses of MessageTriggerAction in org.springframework.integration.file
Classes in org.springframework.integration.file that implement MessageTriggerActionModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of MessageTriggerAction in org.springframework.integration.file.outbound
Classes in org.springframework.integration.file.outbound that implement MessageTriggerActionModifier and TypeClassDescriptionclassAMessageHandlerimplementation that writes the Message payload to a file.
FileWritingMessageHandler