toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-kafka-rest
/
org.http4k.connect.kafka.rest.v3.action
/
GetTopics
Get
Topics
data
class
GetTopics
(
val
id
:
ClusterId
)
:
NullableKafkaRestAction
<
KafkaTopicList
>
,
KafkaRestV3Action
<
KafkaTopicList
?
>
Members
Constructors
Get
Topics
Link copied to clipboard
constructor
(
id
:
ClusterId
)
Properties
id
Link copied to clipboard
val
id
:
ClusterId
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
<
KafkaTopicList
?
,
RemoteFailure
>