Uses of Enum Class
org.springframework.kafka.support.TopicPartitionOffset.SeekPosition
Packages that use TopicPartitionOffset.SeekPosition
-
Uses of TopicPartitionOffset.SeekPosition in org.springframework.kafka.support
Methods in org.springframework.kafka.support that return TopicPartitionOffset.SeekPositionModifier 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.Constructors in org.springframework.kafka.support with parameters of type TopicPartitionOffset.SeekPositionModifierConstructorDescriptionTopicPartitionOffset
(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
.