Package org.apache.kafka.clients.admin
Class CreateDelegationTokenResult
java.lang.Object
org.apache.kafka.clients.admin.CreateDelegationTokenResult
The result of the
KafkaAdminClient.createDelegationToken(CreateDelegationTokenOptions) call.
The API of this class is evolving, see Admin for details.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.kafka.common.KafkaFuture<org.apache.kafka.common.security.token.delegation.DelegationToken> Returns a future which yields a delegation token
-
Method Details
-
delegationToken
public org.apache.kafka.common.KafkaFuture<org.apache.kafka.common.security.token.delegation.DelegationToken> delegationToken()Returns a future which yields a delegation token
-