Uses of Enum
com.exoscale.sdk.model.JsonSchemaKafkaConnect.ConsumerAutoOffsetResetEnum
Packages that use JsonSchemaKafkaConnect.ConsumerAutoOffsetResetEnum
-
Uses of JsonSchemaKafkaConnect.ConsumerAutoOffsetResetEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaKafkaConnect.ConsumerAutoOffsetResetEnumModifier and TypeMethodDescriptionJsonSchemaKafkaConnect.getConsumerAutoOffsetReset()
What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server.Returns the enum constant of this type with the specified name.JsonSchemaKafkaConnect.ConsumerAutoOffsetResetEnum.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 JsonSchemaKafkaConnect.ConsumerAutoOffsetResetEnumModifier and TypeMethodDescriptionJsonSchemaKafkaConnect.consumerAutoOffsetReset
(JsonSchemaKafkaConnect.ConsumerAutoOffsetResetEnum consumerAutoOffsetReset) void
JsonSchemaKafkaConnect.setConsumerAutoOffsetReset
(JsonSchemaKafkaConnect.ConsumerAutoOffsetResetEnum consumerAutoOffsetReset)