|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
Progress.Lang.Object GetOption (character) |
/**
Retrieve a option value by its name.
@param name The name of the option to retrieve.
@return The value of an option that has been stored with the record.
*/ |
|||||
|
|
CHARACTER GetOptionNames () |
/**
Returns an array of the option names that have been configured for this record.
@return A character array of option names that are stored by the record.
*/ |
|||||
|
|
LOGICAL HasOption (character) |
/**
Returns true if the named record option has been set.
@param name The name of the option to find.
@return Returns true if this record has an option with the given name.
*/ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
ProducerRecord () |
/**
Construct a new ProducerRecord with default set of options.
No topic is configured by default.
*/ |
|||||
|
|
ProducerRecord (character) |
/**
Construct a new ProducerRecord for the given topic.
@param topicName The destination topic for the record.
*/ |
|||||
|
|
ProducerRecord (character, IStringKeyedMap) |
/**
Construct a new ProducerRecord for the given topic with the given option.
@param topicName The destination topic for the record.
@param options A map of options for the record.
*/ |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
Progress.Lang.Object Body |
|
|||||
|
|
OpenEdge.Messaging.IHeaders Headers |
|
|||||
|
|
INTEGER PartitionId |
|
|||||
|
|
Progress.Lang.Object PartitionKey |
|
|||||
|
|
DATETIME-TZ Timestamp |
|
|||||
|
|
CHARACTER TopicName |
|
|
Top
Progress.Lang.Object GetOption (character)
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER GetOptionNames ()
|
||||||||||||||||||||
LOGICAL HasOption (character)
|
||||||||||||||||||||
ProducerRecord ()
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ProducerRecord (character)
|
||||||||||||||||||||
ProducerRecord (character, IStringKeyedMap)
|
||||||||||||||||||||
Progress.Lang.Object Body
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
OpenEdge.Messaging.IHeaders Headers
|
|||||||||
INTEGER PartitionId
|
|||||||||
Progress.Lang.Object PartitionKey
|
|||||||||
DATETIME-TZ Timestamp
|
|||||||||
CHARACTER TopicName
|
|||||||||
Progress® OpenEdge® Release 12.5.0