Uses of Class
org.mockserver.async.serde.SchemaRegistryClient
Packages that use SchemaRegistryClient
-
Uses of SchemaRegistryClient in org.mockserver.async.publish
Constructors in org.mockserver.async.publish with parameters of type SchemaRegistryClientModifierConstructorDescriptionKafkaAvroMessagePublisher(String bootstrapServers, KafkaSecurity security, String schemaJson, SchemaRegistryClient registryClient, int fixedSchemaId) -
Uses of SchemaRegistryClient in org.mockserver.async.subscribe
Constructors in org.mockserver.async.subscribe with parameters of type SchemaRegistryClientModifierConstructorDescriptionKafkaAvroMessageSubscriber(String bootstrapServers, String groupId, int maxRecordedMessages, KafkaSecurity security, SchemaRegistryClient registryClient, String inlineSchemaJson)