@InterfaceStability.Evolving public class DescribeTopicsOptions extends AbstractOptions<DescribeTopicsOptions>
Admin.describeTopics(Collection)
.
The API of this class is evolving, see Admin
for details.Constructor and Description |
---|
DescribeTopicsOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
includeAuthorizedOperations() |
DescribeTopicsOptions |
includeAuthorizedOperations(boolean includeAuthorizedOperations) |
int |
partitionSizeLimitPerResponse() |
DescribeTopicsOptions |
partitionSizeLimitPerResponse(int partitionSizeLimitPerResponse) |
DescribeTopicsOptions |
timeoutMs(Integer timeoutMs)
Set the timeout in milliseconds for this operation or
null if the default api timeout for the
AdminClient should be used. |
timeoutMs
public DescribeTopicsOptions timeoutMs(Integer timeoutMs)
null
if the default api timeout for the
AdminClient should be used.timeoutMs
in class AbstractOptions<DescribeTopicsOptions>
public DescribeTopicsOptions includeAuthorizedOperations(boolean includeAuthorizedOperations)
public DescribeTopicsOptions partitionSizeLimitPerResponse(int partitionSizeLimitPerResponse)
public boolean includeAuthorizedOperations()
public int partitionSizeLimitPerResponse()