FTL.Message.getFtlPropertyValue()

Signature

Object getFtlPropertValue(String propertyName, SimpleEvent event)

Domain

ACTION

Description

Get FTL message property value. If property name is passed as null, all properties and values would be returned as a map object.

Parameters

NameTypeDescription
propertyNameStringthe name of FTL property
eventSimpleEventEvent of Receiver

Returns

TypeDescription
objectObject containing property values.

Cautions

none