Class ConfluentWireFormat.Decoded

java.lang.Object
org.mockserver.async.serde.ConfluentWireFormat.Decoded
Enclosing class:
ConfluentWireFormat

public static final class ConfluentWireFormat.Decoded extends Object
The result of decoding a wire-format message: the embedded schema id and the remaining serialized payload bytes.
  • Method Details

    • getSchemaId

      public int getSchemaId()
    • getPayload

      public byte[] getPayload()