ConnectTrigger

class kanzi::connect::ConnectTrigger : public Trigger

Public Functions

virtual ~ConnectTrigger()
KZ_METACLASS_PROPERTY_TYPE(EventDescriptionProperty)
KZ_METACLASS_PROPERTY_TYPE(ServerNameProperty)
KZ_METACLASS_PROPERTY_TYPE(ServiceIdentifierProperty)

Public Static Functions

static ConnectTriggerSharedPtr create(Domain *domain, string_view name)
static PropertyTypeEditorInfoSharedPtr makeEditorInfo()

Public Static Attributes

static PropertyType<string> EventDescriptionProperty
static PropertyType<string> ServerNameProperty

Server connection name that matches the connection adapter <server_name> within connection.xml.

static PropertyType<string> ServiceIdentifierProperty

Name of the service the trigger belongs to.