Package org.apache.kafka.clients.admin
Class ExpireDelegationTokenResult
- java.lang.Object
-
- org.apache.kafka.clients.admin.ExpireDelegationTokenResult
-
@Evolving public class ExpireDelegationTokenResult extends Object
The result of theKafkaAdminClient.expireDelegationToken(byte[], ExpireDelegationTokenOptions)
call. The API of this class is evolving, seeAdmin
for details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KafkaFuture<Long>
expiryTimestamp()
Returns a future which yields expiry timestamp
-
-
-
Method Detail
-
expiryTimestamp
public KafkaFuture<Long> expiryTimestamp()
Returns a future which yields expiry timestamp
-
-