Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%External] >  [Messaging] >  [KafkaMessage]
Private  Storage   

class %External.Messaging.KafkaMessage extends %External.Messaging.Message

Kafka message

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4


Summary

Properties
binaryValue key topic value

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %JSONExport
%JSONExportToStream %JSONExportToString %JSONImport %JSONNew
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject FromJSON FromRemoteObject ToJSON

Subclasses
EnsLib.Kafka.Message

Properties

• property binaryValue as %Stream.GlobalBinary(%JSONINCLUDE="NONE");
Binary message value Do not set property "value" when binaryValue is used
• property key as %String(MAXLEN=1000);
Optional message value key
• property topic as %String(MAXLEN=1000);
Message topic
• property value as %String(MAXLEN="");
Message value as string If the value exceeds maximum length of IRIS string, encode/decode the string from binaryValue using UTF8.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.