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