Class StatusMessage

  • All Implemented Interfaces:

    
    public abstract class StatusMessage
    
                        

    The abstract base class for status messages, representing a certain state that will not be stored in the message history.

    This type of message does not guarantee delivery to the recipient (though the possibility of loss is only theoretical), but it is the fastest, making it ideal for transmitting status information.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      StatusMessage()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StatusMessage

        StatusMessage()
    • Method Detail