setName

The setName method sets the name of the ITriggeredMessageAction instance.

void setName(java.lang.String name)

While you initialize the implementation class of this interface, Unica Interact sets the name of the interface with the name given in the configuration UI.

In the following example, the name of this gateway is InteractLog.

triggeredMessage
           ...gateways   
              ...InteractLog

The setName method requires the following parameter:

  • name - the name you want to set for the ITriggeredMessageAction instance.