Kanzi framework  3.9.1
Java API
NodeComponentMetadata.NodeComponentSourceMessageArguments Interface Reference

Metadata definitions for NodeComponentSourceMessageArguments. More...

Public Attributes

AbstractMetaclass metaclass
 Metaclass for NodeComponentSourceMessageArguments. More...
 
DynamicPropertyType< String > SourceNameProperty
 Name of the node component that sent the message. More...
 

Detailed Description

Member Data Documentation

◆ metaclass

AbstractMetaclass metaclass
Initial value:
=
new AbstractMetaclass("Kanzi.NodeComponent.NodeComponentSourceMessageArguments")

Metaclass for NodeComponentSourceMessageArguments.

◆ SourceNameProperty

DynamicPropertyType<String> SourceNameProperty
Initial value:
= new DynamicPropertyType<>(
"NodeComponent.NodeComponentSourceMessageArguments.SourceName", String.class)

Name of the node component that sent the message.