Uses of Package
org.mockserver.async.serde
Packages that use org.mockserver.async.serde
Package
Description
-
Classes in org.mockserver.async.serde used by org.mockserver.async.publishClassDescriptionA minimal client for the Confluent Schema Registry REST API — just the two operations MockServer needs, implemented over the JDK's
HttpClientso no Confluent Community License artifacts are pulled in:SchemaRegistryClient.getSchemaById(int)—GET /schemas/ids/{id}, used on the consume/verify path to resolve the schema embedded in a Confluent wire-format message.SchemaRegistryClient.register(String, String)—POST /subjects/{subject}/versions, used on the publish path to obtain the schema id to frame messages with. -
Classes in org.mockserver.async.serde used by org.mockserver.async.serdeClassDescriptionThe result of decoding a wire-format message: the embedded schema id and the remaining serialized payload bytes.
-
Classes in org.mockserver.async.serde used by org.mockserver.async.subscribeClassDescriptionA minimal client for the Confluent Schema Registry REST API — just the two operations MockServer needs, implemented over the JDK's
HttpClientso no Confluent Community License artifacts are pulled in:SchemaRegistryClient.getSchemaById(int)—GET /schemas/ids/{id}, used on the consume/verify path to resolve the schema embedded in a Confluent wire-format message.SchemaRegistryClient.register(String, String)—POST /subjects/{subject}/versions, used on the publish path to obtain the schema id to frame messages with.