|
Options | Name | Purpose | |
---|---|---|---|
CommitOffset (IConsumerRecord) |
|
||
ConvertBody (KafkaConsumerRecord) |
/**
Convert BIO body data to an ABL object using the deserializer
configured for the message's topic.
*/
|
||
ConvertHeaders (KafkaConsumerRecord) |
/**
Convert BIO header names and values to RecordHeader objects
and store them in the Headers property of the ConsumerRecord.
*/
|
||
ConvertKey (KafkaConsumerRecord) |
/**
Convert BIO partition key data to an ABL object using the deserializer
configured for the message's topic.
*/
|
||
ConvertRecordProperties (KafkaConsumerRecord) |
/**
Convert the various properties of the BIO consumer record, to the public
API version of the consumer record.
*/
|
||
ConvertTimestamp (KafkaConsumerRecord) |
/**
Convert the BIO consumer record timestamp, which is supposed to be
an int64 stored as milliseconds since unix epoch, to an ABL datetime-tz.
*/
|
||
CHARACTER GetClientVersionName () |
|
||
CHARACTER GetClientVersionNumber () |
|
||
CHARACTER GetConfigOption (character) |
|
||
CHARACTER GetTopicConfigurationOption (character, character) |
|
||
Initialize () |
|
||
OpenEdge.Messaging.IConsumerRecord Poll (integer) |
/**
Poll for a record. if we get one, then wrap it in the public API
version and convert its properties to make it easy for ABL developers
to consume.
*/
|
||
SetConfigOption (character, character) |
|
||
SetTopicConfigurationOption (character, character, character) |
|
||
Subscribe (character) |
|
Options | Name | Purpose | |
---|---|---|---|
KafkaConsumerDelegate (character) |
|
Options | Name | Purpose | |
---|---|---|---|
LOGICAL AutoDeleteGroup |
|
||
LOGICAL EnforceStrictConfigs |
|
||
OpenEdge.Messaging.Kafka.KafkaConsumer KafkaConsumer |
|
||
Progress.Lang.Object UnderlyingConsumer |
|
CommitOffset (IConsumerRecord)
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ConvertBody (KafkaConsumerRecord)
|
||||||||||||||||||||||
ConvertHeaders (KafkaConsumerRecord)
|
||||||||||||||||||||||
ConvertKey (KafkaConsumerRecord)
|
||||||||||||||||||||||
ConvertRecordProperties (KafkaConsumerRecord)
|
||||||||||||||||||||||
ConvertTimestamp (KafkaConsumerRecord)
|
||||||||||||||||||||||
CHARACTER GetClientVersionName ()
|
||||||||||||||||||||||
CHARACTER GetClientVersionNumber ()
|
||||||||||||||||||||||
CHARACTER GetConfigOption (character)
|
||||||||||||||||||||||
CHARACTER GetTopicConfigurationOption (character, character)
|
||||||||||||||||||||||
Initialize () |
||||||||||||||||||||||
OpenEdge.Messaging.IConsumerRecord Poll (integer)
|
||||||||||||||||||||||
SetConfigOption (character, character)
|
||||||||||||||||||||||
SetTopicConfigurationOption (character, character, character)
|
||||||||||||||||||||||
Subscribe (character)
|
KafkaConsumerDelegate (character)
|
---|
LOGICAL AutoDeleteGroup
|
||||||||
---|---|---|---|---|---|---|---|---|
LOGICAL EnforceStrictConfigs
|
||||||||
OpenEdge.Messaging.Kafka.KafkaConsumer KafkaConsumer |
||||||||
Progress.Lang.Object UnderlyingConsumer
|