Interface ResolvableMessage

  • All Superinterfaces:
    MessageKey
    All Known Implementing Classes:
    ResolvableMessageImpl

    public interface ResolvableMessage
    extends MessageKey
    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.