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