|
|
OpenEdge.Messaging.RecordBuilder SetPartitionId (integer)
|
/**
Set the partition id. The partition id may be unknown to allow the producer to assign it.
The value cannot be negative.
@param partition The partition id to which the produced record will be assigned.
*/
|
|
|
OpenEdge.Messaging.RecordBuilder SetPartitionKey (memptr)
|
/**
Assign the partition key used to create the ProducerRecord.
This may be any memptr.
@param partitionKey A memptr with a value that should be used as the partition key for the produced record.
*/
|
|
|
OpenEdge.Messaging.RecordBuilder SetPartitionKey (Object)
|
/**
Assign the partition key used to create the ProducerRecord.
This may be any object or an uknown value.
@param partitionKey An object that will be used as the partition key for the produced record.
*/
|