RegisterSchema

data class RegisterSchema(val subject: Subject, val schema: Schema, val schemaType: SchemaType, val references: List<References>) : NonNullAutoMarshalledAction<RegisteredSchema> , SchemaRegistryAction<RegisteredSchema>

Constructors

Link copied to clipboard
constructor(subject: Subject, schema: Schema, schemaType: SchemaType, references: List<References>)

Properties

Link copied to clipboard
Link copied to clipboard
val schema: Schema
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<RegisteredSchema, RemoteFailure>