Skip to main content

EnsLib.Kafka.OutboundAdapter

class EnsLib.Kafka.OutboundAdapter extends EnsLib.Messaging.Common, EnsLib.Kafka.Common, EnsLib.PEX.OutboundAdapter

Property Inventory

Method Inventory

Parameters

parameter SETTINGS = ClientID:Kafka Settings;
Inherited description: List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

property ClientID as %String (MAXLEN = 100) [ InitialExpression = "KafkaProduction" ];
Kafka producer client ID.
Property methods: ClientIDDisplayToLogical(), ClientIDGet(), ClientIDIsValid(), ClientIDLogicalToDisplay(), ClientIDLogicalToOdbc(), ClientIDNormalize(), ClientIDSet()

Methods

method OnInit() as %Status
Inherited description: This user callback method is called just after %OnNew()
method SendMessage(message As EnsLib.Kafka.Message) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab