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