Interface ValidatableMessage

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isValid()
      Implementation should return true just in case the message is internally valid.
    • Method Detail

      • isValid

        boolean isValid()
        Implementation should return true just in case the message is internally valid.