Package com.couchbase.lite
Class Message
java.lang.Object
com.couchbase.lite.Message
ENTERPRISE EDITION API
 
A message sent between message endpoint connections.
- 
Method Summary
 
- 
Method Details
- 
fromData
Creates a message object from data.- Parameters:
 data- the data- Returns:
 - the Message object
 
 - 
toData
@NonNull public byte[] toData()Gets the message as data.- Returns:
 - the data
 
 
 -