Namespace: OpenEdge.Messaging.Kafka
Type: Class ProducerOptionFilter
Parent Classes:
Inherits: Progress.Lang.Object
Implements: OpenEdge.Messaging.Kafka.IOptionFilter


/*
Copyright © 2022 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
/*
This class handles filtering options from being sent to the underlying messaging implementation, so
we do not pass any ABL specific option configuration to the underlying implementation which would
generate errors.



Method Summary
  Options Name Purpose
  LOGICAL FilterOption (character) /* Filter options that should not be passed to underlying messaging implementation. */

Constructor Summary
  Options Name Purpose
  ProducerOptionFilter (KafkaProducerBuilder)

Method Detail
Top

LOGICAL FilterOption (character)

/*
Filter options that should not be passed to underlying messaging implementation.
Parameters:
configName CHARACTER
 
Returns LOGICAL
 


Constructor Detail
Top

ProducerOptionFilter (KafkaProducerBuilder)

Parameters:
builder OpenEdge.Messaging.Kafka.KafkaProducerBuilder