toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-kafka-schemaregistry
/
org.http4k.connect.kafka.schemaregistry.action
/
RegisterSchema
Register
Schema
data
class
RegisterSchema
(
val
subject
:
Subject
,
val
schema
:
Schema
,
val
schemaType
:
SchemaType
,
val
references
:
List
<
References
>
)
:
NonNullAutoMarshalledAction
<
RegisteredSchema
>
,
SchemaRegistryAction
<
RegisteredSchema
>
Members
Constructors
Register
Schema
Link copied to clipboard
constructor
(
subject
:
Subject
,
schema
:
Schema
,
schemaType
:
SchemaType
,
references
:
List
<
References
>
)
Properties
references
Link copied to clipboard
val
references
:
List
<
References
>
schema
Link copied to clipboard
val
schema
:
Schema
schema
Type
Link copied to clipboard
val
schemaType
:
SchemaType
subject
Link copied to clipboard
val
subject
:
Subject
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
RegisteredSchema
,
RemoteFailure
>