Uses of Enum
com.exoscale.sdk.model.JsonSchemaKafkaRest.ProducerAcksEnum
Packages that use JsonSchemaKafkaRest.ProducerAcksEnum
-
Uses of JsonSchemaKafkaRest.ProducerAcksEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaKafkaRest.ProducerAcksEnumModifier and TypeMethodDescriptionJsonSchemaKafkaRest.getProducerAcks()
The number of acknowledgments the producer requires the leader to have received before considering a request complete.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.ProducerAcksEnumModifier and TypeMethodDescriptionJsonSchemaKafkaRest.producerAcks
(JsonSchemaKafkaRest.ProducerAcksEnum producerAcks) void
JsonSchemaKafkaRest.setProducerAcks
(JsonSchemaKafkaRest.ProducerAcksEnum producerAcks)