Kanzi framework  3.9.1
Kanzi Engine API
message_trigger_properties.h File Reference

Functions

string getMessageSource () const
 Gets the value of MessageSourceProperty. More...
 
string getMessageType () const
 Gets the value of MessageTypeProperty. More...
 
MessageRouting getRoutingMode () const
 Gets the value of RoutingModeProperty. More...
 
bool isSetHandled () const
 Gets the value of SetHandledProperty. More...
 
void setMessageSource (string value)
 Sets the value of MessageSourceProperty. More...
 
void setMessageType (string value)
 Sets the value of MessageTypeProperty. More...
 
void setRoutingMode (MessageRouting value)
 Sets the value of RoutingModeProperty. More...
 
void setSetHandled (bool value)
 Sets the value of SetHandledProperty. More...
 

Variables

static PropertyType< string > MessageSourceProperty
 MessageSource property. More...
 
static PropertyType< string > MessageTypeProperty
 MessageType property. More...
 
static PropertyType< MessageRouting > RoutingModeProperty
 RoutingMode property. More...
 
static PropertyType< bool > SetHandledProperty
 SetHandled property. More...
 

Function Documentation

◆ getMessageType()

string getMessageType ( ) const

Gets the value of MessageTypeProperty.

See also
setMessageType()

◆ setMessageType()

void setMessageType ( string  value)

Sets the value of MessageTypeProperty.

See also
getMessageType()

◆ isSetHandled()

bool isSetHandled ( ) const

Gets the value of SetHandledProperty.

See also
setSetHandled()

◆ setSetHandled()

void setSetHandled ( bool  value)

Sets the value of SetHandledProperty.

See also
isSetHandled()

◆ getRoutingMode()

MessageRouting getRoutingMode ( ) const

Gets the value of RoutingModeProperty.

See also
setRoutingMode()

◆ setRoutingMode()

void setRoutingMode ( MessageRouting  value)

Sets the value of RoutingModeProperty.

See also
getRoutingMode()

◆ getMessageSource()

string getMessageSource ( ) const

Gets the value of MessageSourceProperty.

See also
setMessageSource()

◆ setMessageSource()

void setMessageSource ( string  value)

Sets the value of MessageSourceProperty.

See also
getMessageSource()

Variable Documentation

◆ MessageTypeProperty

PropertyType<string> MessageTypeProperty
static

MessageType property.

The default value is "".

See also
setMessageType(), getMessageType()

◆ SetHandledProperty

PropertyType<bool> SetHandledProperty
static

SetHandled property.

The default value is true.

See also
setSetHandled(), isSetHandled()

◆ RoutingModeProperty

PropertyType<MessageRouting> RoutingModeProperty
static

RoutingMode property.

The default value is MessageRoutingBubbling.

See also
setRoutingMode(), getRoutingMode()

◆ MessageSourceProperty

PropertyType<string> MessageSourceProperty
static

MessageSource property.

The default value is ".".

See also
setMessageSource(), getMessageSource()