Uses of Enum Class
org.springframework.kafka.support.TopicPartitionOffset.SeekPosition
-
Uses of TopicPartitionOffset.SeekPosition in org.springframework.kafka.support
Modifier and TypeMethodDescriptionTopicPartitionOffset.getPosition()
Returns the enum constant of this class with the specified name.static TopicPartitionOffset.SeekPosition[]
TopicPartitionOffset.SeekPosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionTopicPartitionOffset
(String topic, int partition, Long offset, TopicPartitionOffset.SeekPosition position) Construct an instance with the providedTopicPartitionOffset.SeekPosition
.TopicPartitionOffset
(String topic, int partition, TopicPartitionOffset.SeekPosition position) Construct an instance with the providedTopicPartitionOffset.SeekPosition
.TopicPartitionOffset
(org.apache.kafka.common.TopicPartition topicPartition, Long offset, TopicPartitionOffset.SeekPosition position) Construct an instance with the providedTopicPartitionOffset.SeekPosition
.