Uses of Class
com.exoscale.sdk.model.JsonSchemaKafkaRest.ProducerAcksEnum
-
Packages that use JsonSchemaKafkaRest.ProducerAcksEnum Package Description com.exoscale.sdk.model -
-
Uses of JsonSchemaKafkaRest.ProducerAcksEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaKafkaRest.ProducerAcksEnum Modifier and Type Method Description static JsonSchemaKafkaRest.ProducerAcksEnum
JsonSchemaKafkaRest.ProducerAcksEnum. fromValue(String value)
JsonSchemaKafkaRest.ProducerAcksEnum
JsonSchemaKafkaRest. getProducerAcks()
The number of acknowledgments the producer requires the leader to have received before considering a request complete.static JsonSchemaKafkaRest.ProducerAcksEnum
JsonSchemaKafkaRest.ProducerAcksEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonSchemaKafkaRest.ProducerAcksEnum[]
JsonSchemaKafkaRest.ProducerAcksEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type JsonSchemaKafkaRest.ProducerAcksEnum Modifier and Type Method Description JsonSchemaKafkaRest
JsonSchemaKafkaRest. producerAcks(JsonSchemaKafkaRest.ProducerAcksEnum producerAcks)
void
JsonSchemaKafkaRest. setProducerAcks(JsonSchemaKafkaRest.ProducerAcksEnum producerAcks)
-