Class MsgPackHelper
- java.lang.Object
-
- io.camunda.zeebe.test.broker.protocol.MsgPackHelper
-
public final class MsgPackHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapperobjectMapper
-
Constructor Summary
Constructors Constructor Description MsgPackHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]encodeAsMsgPack(Object command)Map<String,Object>readMsgPack(InputStream is)
-
-
-
Method Detail
-
readMsgPack
public Map<String,Object> readMsgPack(InputStream is)
-
encodeAsMsgPack
public byte[] encodeAsMsgPack(Object command)
-
-