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 TypeClassDescriptionclass
A message handler that suspends the thread until a message with corresponding correlation is passed into thetrigger
method 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 aServiceActivatingHandler
instance to performMessageTriggerAction
.BaseIntegrationFlowDefinition.trigger
(MessageTriggerAction triggerAction, @Nullable Consumer<GenericEndpointSpec<ServiceActivatingHandler>> endpointConfigurer) Populate aServiceActivatingHandler
instance to performMessageTriggerAction
and endpoint options fromGenericEndpointSpec
. -
Uses of MessageTriggerAction in org.springframework.integration.file
Classes in org.springframework.integration.file that implement MessageTriggerActionModifier and TypeClassDescriptionclass
Deprecated, 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 TypeClassDescriptionclass
AMessageHandler
implementation that writes the Message payload to a file.
FileWritingMessageHandler