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


/*
Copyright © 2021 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
Purpose:
This interface is used internally to define common functions
needed by the Kafka consumer and client builders.



Method Summary
  Options Name Purpose
  Progress.Lang.Object GetOptionAsObject (character)
  Progress.Lang.Object GetOptionObjectValue (character)
  CHARACTER GetOptionStringValue (character)

Method Detail
Top

Progress.Lang.Object GetOptionAsObject (character)

Parameters:
propName CHARACTER
 
Returns Progress.Lang.Object
 
Top

Progress.Lang.Object GetOptionObjectValue (character)

Parameters:
propName CHARACTER
 
Returns Progress.Lang.Object
 
Top

CHARACTER GetOptionStringValue (character)

Parameters:
propName CHARACTER
 
Returns CHARACTER