Package com.axemble.vdoc.sdk.interfaces
Interface IJMSMessage
- All Superinterfaces:
Serializable
-
Method Summary
Modifier and TypeMethodDescriptionThis 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
-