Class MessageUtils
- java.lang.Object
-
- com.broadleafcommerce.common.messaging.MessageUtils
-
public final class MessageUtils extends Object
Utility methods useful for creating and working with messages, such as compression and decompression of large payloads.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcompressAndEncode(List<String> stringList)static List<String>decodeAndUncompress(String stringListPayload)
-