EnsLib.Kafka.OutboundAdapter
class EnsLib.Kafka.OutboundAdapter extends EnsLib.Messaging.Common, EnsLib.PEX.OutboundAdapter
Property Inventory
Method Inventory
Parameters
parameter SETTINGS = Servers:Kafka Settings,ClientID:Kafka Settings,Credentials:Kafka Settings:credentialsSelector;
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()
property Credentials as %String (MAXLEN = 200);
This is the ID name of the set of credentials values (Username, Password).
Property methods: CredentialsDisplayToLogical(), CredentialsGet(), CredentialsIsValid(), CredentialsLogicalToDisplay(), CredentialsLogicalToOdbc(), CredentialsNormalize(), CredentialsSet()
property Servers as %String (MAXLEN = 200) [ InitialExpression = "localhost:9092" ];
Kafka server host and port.
Property methods: ServersDisplayToLogical(), ServersGet(), ServersIsValid(), ServersLogicalToDisplay(), ServersLogicalToOdbc(), ServersNormalize(), ServersSet()
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
- %CredentialsObj
- %WarnedLatest
- %gatewayConnection
- %gatewayExtraClasspaths
- %gatewayHost
- %gatewayName
- %gatewayPort
- %gatewayProxy
- %gatewayTimeout
- %remoteClassname
- %remoteSettings
- BusinessHost
- ExtraClasspaths
- KeepaliveInterval
- RegistryID
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- AssignOneSetting()
- CheckGatewayConnection()
- CheckGatewayDisconnection()
- ClearAllAppData()
- ClearRuntimeAppData()
- ClearStaticAppData()
- Connect()
- CredentialsSet()
- Disconnect()
- EnumerateSettingsClose()
- EnumerateSettingsExecute()
- EnumerateSettingsFetch()
- GetMessagingClientJARPaths()
- GetSettings()
- OnGetConnections()
- OnKeepalive()
- OnTearDown()
- SetPropertyValues()
- deserialize()
- dispatchSendRequestAsync()
- dispatchSendRequestSync()
- getCredentials()
- serialize()