FakeSchemaRegistry

class FakeSchemaRegistry(mode: SchemaRegistrationMode = manual, val schemas: Storage<Schema> = Storage.InMemory()) : ChaoticHttpHandler

Constructors

Link copied to clipboard
constructor(mode: SchemaRegistrationMode = manual, schemas: Storage<Schema> = Storage.InMemory())

Properties

Link copied to clipboard
val schemas: Storage<Schema>

Functions

Link copied to clipboard
Link copied to clipboard

Convenience function to get a FakeSchemaRegistry client

Link copied to clipboard
open operator override fun invoke(request: Request): Response
Link copied to clipboard
Link copied to clipboard