All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.twitter.finatra.kafka.domain.SeekStrategy Maven / Gradle / Ivy

The newest version!
package com.twitter.finatra.kafka.domain;

public enum SeekStrategy {
    BEGINNING, RESUME, REWIND, END
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy