
| Interface | Description |
|---|---|
| MessageInterpolator | |
| MessageInterpolatorAware |
Interface to be implemented by any object that wishes to be notified of the
MessageInterpolator to use. |
| Class | Description |
|---|---|
| NoOpMessageInterpolator |
Implementation of the
MessageInterpolator that does nothing, just returns the given
message template as-is. |
| SpelMessageInterpolator |
Implementation of the
MessageInterpolator that uses the Spring Expression Language (SpEL)
to evaluate expressions inside a template message. |
Copyright © 2017. All rights reserved.