Class AclCreateResult
java.lang.Object
org.apache.kafka.server.authorizer.AclCreateResult
@Evolving public class AclCreateResult extends Object
-
Field Summary
Fields Modifier and Type Field Description static AclCreateResult
SUCCESS
-
Constructor Summary
Constructors Constructor Description AclCreateResult(ApiException exception)
-
Method Summary
Modifier and Type Method Description Optional<ApiException>
exception()
Returns any exception during create.
-
Field Details
-
SUCCESS
-
-
Constructor Details
-
AclCreateResult
-
-
Method Details
-
exception
Returns any exception during create. If exception is empty, the request has succeeded.
-