Interface Clearable

All Known Implementing Classes:
ReusableObjectMessage, ReusableParameterizedMessage, ReusableSimpleMessage

interface Clearable
Clearable objects may be reset to a reusable state. This type should be combined into ReusableMessage as a default method for 3.0.
Since:
2.11.1
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Resets the object to a clean state.
  • Method Details

    • clear

      void clear()
      Resets the object to a clean state.