Namespace: OpenEdge.Messaging.Kafka
Type: Interface IOptionFilter
Parent Classes:
Inherits: Progress.Lang.Object


Purpose:
The option filter is used when transferring configuration options from the builder class
to the actual producer implementation library. Some options, which are used specifically within the
ABL producer code are not accepted by the underlying messaging library implementation and need to be filtered
out so they do not trigger errors when constructing the messaging client implementation.



Method Summary
  Options Name Purpose
  LOGICAL FilterOption (character) /** This method provides a hook for filtering options that should not be passed to underlying messaging library for individual topics. */

Method Detail
Top

LOGICAL FilterOption (character)

Purpose:
This method provides a hook for filtering options that should not be passed to underlying messaging library
for individual topics.
Parameters:
configName CHARACTER
 
Returns LOGICAL