Package org.mockserver.async.serde
Class ConfluentWireFormat.Decoded
java.lang.Object
org.mockserver.async.serde.ConfluentWireFormat.Decoded
- Enclosing class:
- ConfluentWireFormat
The result of decoding a wire-format message: the embedded schema id and the
remaining serialized payload bytes.
-
Method Summary
-
Method Details
-
getSchemaId
public int getSchemaId() -
getPayload
public byte[] getPayload()
-