Namespace: OpenEdge.Messaging
Type: Class TopicPartitionOffset
Parent Classes:
Inherits: Progress.Lang.Object


/*
Copyright © 2022 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
Purpose:
This class holds the topic, partition, and offset information needed to
uniquely identify a particular record within a stream of messages.



Constructor Summary
  Options Name Purpose
  TopicPartitionOffset (character, integer, int64) /** Construct a new TopicPartitionOffset with complete information. */

Property Summary
  Options Name Purpose
  INT64 Offset
  INTEGER PartitionId
  CHARACTER TopicName


Constructor Detail
Top

TopicPartitionOffset (character, integer, int64)

Purpose:
Construct a new TopicPartitionOffset with complete information.
Parameters:
topicName CHARACTER
 
partitionId INTEGER
 
offset INT64
 


Property Detail
Top

INT64 Offset

Returns INT64
 
Top

INTEGER PartitionId

Returns INTEGER
 
Top

CHARACTER TopicName

Returns CHARACTER