Module de.codecamp.messages.core
Package de.codecamp.messages.proxy
Interface NamedArgsMessageProvider
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Simple functional interface that takes a
ResolvableMessage and returns the formatted
message.-
Method Summary
Modifier and TypeMethodDescriptiongetMessage(ResolvableMessage resolvableMessage) Resolves the givenResolvableMessage.
-
Method Details
-
getMessage
Resolves the givenResolvableMessage.- Parameters:
resolvableMessage- the resolvable message- Returns:
- the formatted message
-