Package org.apache.kafka.clients.admin
Class RenewDelegationTokenResult
- java.lang.Object
-
- org.apache.kafka.clients.admin.RenewDelegationTokenResult
-
@Evolving public class RenewDelegationTokenResult 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
-
-