public static interface RotatingServerAdvice.RotationPolicy
| Modifier and Type | Method and Description |
|---|---|
void |
afterReceive(boolean messageReceived,
org.springframework.integration.core.MessageSource<?> source)
Invoked after the message source receive() method.
|
void |
beforeReceive(org.springframework.integration.core.MessageSource<?> source)
Invoked before the message source receive() method.
|
void beforeReceive(org.springframework.integration.core.MessageSource<?> source)
source - the message source.void afterReceive(boolean messageReceived,
org.springframework.integration.core.MessageSource<?> source)
messageReceived - true if a message was received.source - the message source.