Package org.apache.kafka.clients.admin
Class RenewDelegationTokenResult
java.lang.Object
org.apache.kafka.clients.admin.RenewDelegationTokenResult
The result of the 
KafkaAdminClient.expireDelegationToken(byte[], ExpireDelegationTokenOptions) call.
 The API of this class is evolving, see Admin for details.- 
Method SummaryModifier and TypeMethodDescriptionReturns a future which yields expiry timestamp
- 
Method Details- 
expiryTimestampReturns a future which yields expiry timestamp
 
-