Package org.apache.kafka.clients.admin
Class ExpireDelegationTokenResult
- java.lang.Object
-
- org.apache.kafka.clients.admin.ExpireDelegationTokenResult
-
@Evolving public class ExpireDelegationTokenResult extends java.lang.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<java.lang.Long>
expiryTimestamp()
Returns a future which yields expiry timestamp
-
-
-
Method Detail
-
expiryTimestamp
public KafkaFuture<java.lang.Long> expiryTimestamp()
Returns a future which yields expiry timestamp
-
-