Uses of Class
com.exoscale.sdk.model.JsonSchemaKafkaRest.ConsumerRequestTimeoutMsEnum
-
Packages that use JsonSchemaKafkaRest.ConsumerRequestTimeoutMsEnum Package Description com.exoscale.sdk.model -
-
Uses of JsonSchemaKafkaRest.ConsumerRequestTimeoutMsEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaKafkaRest.ConsumerRequestTimeoutMsEnum Modifier and Type Method Description static JsonSchemaKafkaRest.ConsumerRequestTimeoutMsEnum
JsonSchemaKafkaRest.ConsumerRequestTimeoutMsEnum. fromValue(Integer value)
JsonSchemaKafkaRest.ConsumerRequestTimeoutMsEnum
JsonSchemaKafkaRest. getConsumerRequestTimeoutMs()
The maximum total time to wait for messages for a request if the maximum number of messages has not yet been reached minimum: 1000 maximum: 30000static JsonSchemaKafkaRest.ConsumerRequestTimeoutMsEnum
JsonSchemaKafkaRest.ConsumerRequestTimeoutMsEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonSchemaKafkaRest.ConsumerRequestTimeoutMsEnum[]
JsonSchemaKafkaRest.ConsumerRequestTimeoutMsEnum. 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.ConsumerRequestTimeoutMsEnum Modifier and Type Method Description JsonSchemaKafkaRest
JsonSchemaKafkaRest. consumerRequestTimeoutMs(JsonSchemaKafkaRest.ConsumerRequestTimeoutMsEnum consumerRequestTimeoutMs)
void
JsonSchemaKafkaRest. setConsumerRequestTimeoutMs(JsonSchemaKafkaRest.ConsumerRequestTimeoutMsEnum consumerRequestTimeoutMs)
-