Interface ResolvableMessage

All Superinterfaces:
MessageKey, Serializable
All Known Implementing Classes:
ResolvableMessageImpl

public interface ResolvableMessage extends MessageKey, Serializable
Contains a message key code and the message arguments as named and indexed values to resolve it. But even named arguments have an implicit order (and therefore index) based on the order they are declared in for the message key. Use forCode(String) to create new instances.