MutableSimpleSchemaRegistry

Properties

Link copied to clipboard
abstract val allLatest: <Error class: unknown class><DynoSchema>
Link copied to clipboard
abstract override var fallback: DynoSchema?

Functions

Link copied to clipboard
abstract fun get(name: String, version: Int = -1): DynoSchema?
Link copied to clipboard
abstract fun overwrite(schema: DynoSchema): DynoSchema?
Link copied to clipboard
abstract fun register(schema: DynoSchema)
Link copied to clipboard
abstract fun remove(name: String, version: Int): DynoSchema?