Interface IJMSMessage

All Superinterfaces:
Serializable

public interface IJMSMessage extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    This method return a human readable representation of the message implementation.
  • Method Details

    • getReadableRepresentation

      String getReadableRepresentation()
      This method return a human readable representation of the message implementation. It is mainly used when logging and during messages processing to be able to get an idea of the subject of the message.
      Returns:
      the human readable reprensentation of the message