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 the
KafkaAdminClient.expireDelegationToken(byte[], ExpireDelegationTokenOptions)
call.
The API of this class is evolving, see Admin
for details.-
Method Summary
Modifier and Type Method Description KafkaFuture<Long>
expiryTimestamp()
Returns a future which yields expiry timestamp
-
Method Details
-
expiryTimestamp
Returns a future which yields expiry timestamp
-