toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-kafka-schemaregistry
/
org.http4k.connect.kafka.schemaregistry.action
/
GetSchemaById
Get
Schema
By
Id
data
class
GetSchemaById
(
val
id
:
SchemaId
)
:
NullableAutoMarshalledAction
<
SchemaById
>
,
SchemaRegistryAction
<
SchemaById
?
>
Members
Constructors
Get
Schema
By
Id
Link copied to clipboard
constructor
(
id
:
SchemaId
)
Properties
id
Link copied to clipboard
val
id
:
SchemaId
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
<
SchemaById
?
,
RemoteFailure
>