@DefaultSchema(value=AutoValueSchema.class) public abstract class KafkaSourceDescriptor extends java.lang.Object implements java.io.Serializable
| Constructor and Description | 
|---|
| KafkaSourceDescriptor() | 
| Modifier and Type | Method and Description | 
|---|---|
| TopicPartition | getTopicPartition() | 
| static KafkaSourceDescriptor | of(TopicPartition topicPartition,
  @Nullable java.lang.Long startReadOffset,
  @Nullable Instant startReadTime,
  @Nullable java.lang.Long stopReadOffset,
  @Nullable Instant stopReadTime,
  @Nullable java.util.List<java.lang.String> bootstrapServers) | 
@SchemaIgnore @Deterministic public TopicPartition getTopicPartition()
public static KafkaSourceDescriptor of(TopicPartition topicPartition, @Nullable java.lang.Long startReadOffset, @Nullable Instant startReadTime, @Nullable java.lang.Long stopReadOffset, @Nullable Instant stopReadTime, @Nullable java.util.List<java.lang.String> bootstrapServers)