Uses of Interface
org.springframework.integration.aop.ReceiveMessageAdvice
Packages that use ReceiveMessageAdvice
Package
Description
Provides classes to support message publication using AOP.
Provides classes related to AOP.
-
Uses of ReceiveMessageAdvice in org.springframework.integration.aop
Subinterfaces of ReceiveMessageAdvice in org.springframework.integration.aopModifier and TypeInterfaceDescriptioninterface
AReceiveMessageAdvice
extension that can mutate aMessageSource
before and/or afterMessageSource.receive()
is called.Classes in org.springframework.integration.aop that implement ReceiveMessageAdviceModifier and TypeClassDescriptionclass
AMessageSourceMutator
that uses aCompoundTrigger
to adjust the poller - when a message is present, the compound trigger's primary trigger is used to determine the next poll.class
A simple advice that polls at one rate when messages exist and another when there are no messages. -
Uses of ReceiveMessageAdvice in org.springframework.integration.file.remote.aop
Classes in org.springframework.integration.file.remote.aop that implement ReceiveMessageAdviceModifier and TypeClassDescriptionclass
A smart poller advice that rotates across multiple remote servers/directories.