Namespace: OpenEdge.Messaging.Kafka
Type: Class TopicOptionValidator
Parent Classes:
Inherits: Progress.Lang.Object
Implements: OpenEdge.Messaging.Kafka.IOptionValidator


/*
Copyright © 2022 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
Purpose:
Provides an implementation of IOptionValidator that validates per-topic options
to ensure we don't allow passing invalid options to the underlying messaging
library implementation.



Method Summary
  Options Name Purpose
  ValidateOption (character, character) /** Check for any invalid options and throw an error back to the client if there is an attempt to set such an option. */

Method Detail
Top

ValidateOption (character, character)

Purpose:
Check for any invalid options and throw an error back to the client if there is an attempt
to set such an option.
Parameters:
optionName CHARACTER
 
optionValue CHARACTER