Uses of Enum Class
org.springframework.kafka.support.TopicPartitionOffset.SeekPosition
Packages that use TopicPartitionOffset.SeekPosition
-
Uses of TopicPartitionOffset.SeekPosition in org.springframework.kafka.support
Subclasses with type arguments of type TopicPartitionOffset.SeekPosition in org.springframework.kafka.supportModifier and TypeClassDescriptionstatic enum
Enumeration for "special" seeks.Methods in org.springframework.kafka.support that return TopicPartitionOffset.SeekPositionModifier and TypeMethodDescription@Nullable TopicPartitionOffset.SeekPosition
TopicPartitionOffset.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, @Nullable Long offset, @Nullable 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, @Nullable Long offset, @Nullable TopicPartitionOffset.SeekPosition position) Construct an instance with the providedTopicPartitionOffset.SeekPosition
.