Uses of Class
io.strimzi.systemtest.kafkaclients.internalClients.ClientType
-
Packages that use ClientType Package Description io.strimzi.systemtest.kafkaclients.internalClients -
-
Uses of ClientType in io.strimzi.systemtest.kafkaclients.internalClients
Methods in io.strimzi.systemtest.kafkaclients.internalClients that return ClientType Modifier and Type Method Description static ClientType
ClientType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientType[]
ClientType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.strimzi.systemtest.kafkaclients.internalClients with parameters of type ClientType Modifier and Type Method Description static String
ClientType. getCommand(ClientType client)
Get bind kafka client type to kafka client executableVerifiableClient.VerifiableClientBuilder
VerifiableClient.VerifiableClientBuilder. withClientType(ClientType clientType)
-