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