Uses of Interface
org.springframework.integration.handler.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.aggregator
Modifier 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
Modifier and TypeMethodDescriptionBaseIntegrationFlowDefinition.trigger
(MessageTriggerAction triggerAction) Populate aServiceActivatingHandler
instance to performMessageTriggerAction
.BaseIntegrationFlowDefinition.trigger
(MessageTriggerAction triggerAction, Consumer<GenericEndpointSpec<ServiceActivatingHandler>> endpointConfigurer) Populate aServiceActivatingHandler
instance to performMessageTriggerAction
and endpoint options fromGenericEndpointSpec
. -
Uses of MessageTriggerAction in org.springframework.integration.file
Modifier and TypeClassDescriptionclass
AMessageHandler
implementation that writes the Message payload to a file.